diff options
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index 9b1a1abb9b..3f3fc18743 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -199,7 +199,9 @@ extern enum nss_status _nss_netgroup_parseline (char **cursor, struct __netgrent *result, char *buffer, size_t buflen, int *errnop); - +libc_hidden_proto (_nss_files_parse_protoent) +libc_hidden_proto (_nss_files_parse_servent) +libc_hidden_proto (_nss_files_parse_netent) #define DECLARE_NSS_PROTOTYPES(service) \ extern enum nss_status _nss_ ## service ## _setprotoent (int); \ |