summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-10-08 15:25:08 -0700
committerRoland McGrath <roland@hack.frob.com>2011-10-08 15:25:08 -0700
commitc658d255e919d40619cc2a5730d502c7777830cc (patch)
treefa11abc61bc1b46d51ee850bfbe599df924849a6 /nscd
parent7edb55ce06ab1fa716a062cd1cb6682585bb449d (diff)
Fix some nit warnings.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/nscd_proto.h b/nscd/nscd_proto.h
index 8aa29732ef..742c154fac 100644
--- a/nscd/nscd_proto.h
+++ b/nscd/nscd_proto.h
@@ -74,5 +74,7 @@ extern int __nscd_getservbyport_r (int port, const char *proto,
size_t buflen, struct servent **result);
extern int __nscd_innetgr (const char *netgroup, const char *host,
const char *user, const char *domain);
+extern int __nscd_setnetgrent (const char *group, struct __netgrent *datap);
+
#endif /* _NSCD_PROTO_H */