diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-06-26 08:18:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-06-26 08:18:42 +0000 |
| commit | baefb2ee4e670d602b4a15ee8f2afdf84419d685 (patch) | |
| tree | 1419b7c1184dc80314db7959b6d245be6b033f19 /include/netdb.h | |
| parent | d6af58f572793c6618af1d37afc04e5644b4a5b8 (diff) | |
Notes
Diffstat (limited to 'include/netdb.h')
| -rw-r--r-- | include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index 123ecb985c1e..8da2e8de8636 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_ */ |
