summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-06-26 08:18:42 +0000
committerimp <imp@FreeBSD.org>2002-06-26 08:18:42 +0000
commita2d19d28562ce2d776dfb6a6a27f777fa8865b73 (patch)
tree1419b7c1184dc80314db7959b6d245be6b033f19
parent8df35cae5920770f3ca2040b56aa6e1cdc468740 (diff)
downloadFreeBSD-src-a2d19d28562ce2d776dfb6a6a27f777fa8865b73.zip
FreeBSD-src-a2d19d28562ce2d776dfb6a6a27f777fa8865b73.tar.gz
Minor libc internal-only interface change for mapv4v6.
-rw-r--r--include/netdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 123ecb9..8da2e8d 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -257,7 +257,7 @@ void _endnetdnsent(void);
struct hostent * _gethostbynisname(const char *, int);
struct hostent * _gethostbynisaddr(const char *, int, int);
void _map_v4v6_address(const char *, char *);
-void _map_v4v6_hostent(struct hostent *, char **, int *);
+void _map_v4v6_hostent(struct hostent *, char **, char **);
__END_DECLS
#endif /* !_NETDB_H_ */
OpenPOWER on IntegriCloud