diff options
Diffstat (limited to 'inet/getnetgrent_r.c')
-rw-r--r-- | inet/getnetgrent_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/getnetgrent_r.c b/inet/getnetgrent_r.c index ba1019c1f8..5618758417 100644 --- a/inet/getnetgrent_r.c +++ b/inet/getnetgrent_r.c @@ -38,7 +38,7 @@ static struct __netgrent dataset; /* The lookup function for the first entry of this service. */ extern int __nss_netgroup_lookup (service_user **nip, const char *name, - void **fctp); + void **fctp) internal_function; /* Set up NIP to run through the services. If ALL is zero, use NIP's |