From 5556fc6ae42300e41a3c615a43def3e9da09094a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Aug 2003 05:54:50 +0000 Subject: Update. 2003-08-26 Ulrich Drepper * nss/nsswitch.c: Add libc_hidden_def for __nss_lookup_function. * nss/nsswitch.h: Add libc_hidden_proto for __nss_lookup_function. --- nss/nsswitch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nss/nsswitch.h') diff --git a/nss/nsswitch.h b/nss/nsswitch.h index 14dcf97..c419708 100644 --- a/nss/nsswitch.h +++ b/nss/nsswitch.h @@ -131,6 +131,7 @@ libc_hidden_proto (__nss_next) /* Search for the service described in NI for a function named FCT_NAME and return a pointer to this function if successful. */ extern void *__nss_lookup_function (service_user *ni, const char *fct_name); +libc_hidden_proto (__nss_lookup_function) /* Called by NSCD to disable recursive calls. */ -- cgit v1.1