From e59e787b4868acffad49b6264e319d585643d5ab Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Wed, 20 Dec 2006 01:10:04 +0000 Subject: r20269: merge -r20264:20267 from SAMBA_3_0_24 more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5) --- source3/nsswitch/wins.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/nsswitch/wins.c') diff --git a/source3/nsswitch/wins.c b/source3/nsswitch/wins.c index 2cc7edb4c7..697bc15f97 100644 --- a/source3/nsswitch/wins.c +++ b/source3/nsswitch/wins.c @@ -34,6 +34,11 @@ static int initialised; extern BOOL AllowDebugChange; +NSS_STATUS _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he, + char *buffer, size_t buflen, int *h_errnop); +NSS_STATUS _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *he, + char *buffer, size_t buflen, int *h_errnop); + /* Use our own create socket code so we don't recurse.... */ static int wins_lookup_open_socket_in(void) -- cgit