aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2016-06-09 01:28:44 +0000
committerMark Johnston <markj@FreeBSD.org>2016-06-09 01:28:44 +0000
commit714ac00292201390b38037496ca4c84e4ecd4a2c (patch)
treed498c6e46ef77df56afb1b96cea94d669b9424d2 /include
parent03ad7e450ab5f5ccd88e890184e1c6573890b3d6 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/netdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 3fa5ff3763e7..0d9cb4e6d872 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -275,6 +275,7 @@ int getnetbyname_r(const char *, struct netent *, char *, size_t,
int getnetent_r(struct netent *, char *, size_t, struct netent **,
int *);
int getnetgrent(char **, char **, char **);
+int getnetgrent_r(char **, char **, char **, char *, size_t);
int getprotobyname_r(const char *, struct protoent *, char *,
size_t, struct protoent **);
int getprotobynumber_r(int, struct protoent *, char *, size_t,