diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-10-08 15:25:08 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-10-08 15:25:08 -0700 |
commit | c658d255e919d40619cc2a5730d502c7777830cc (patch) | |
tree | fa11abc61bc1b46d51ee850bfbe599df924849a6 /nscd/nscd_proto.h | |
parent | 7edb55ce06ab1fa716a062cd1cb6682585bb449d (diff) | |
download | glibc-c658d255e919d40619cc2a5730d502c7777830cc.zip glibc-c658d255e919d40619cc2a5730d502c7777830cc.tar.gz glibc-c658d255e919d40619cc2a5730d502c7777830cc.tar.bz2 |
Fix some nit warnings.
Diffstat (limited to 'nscd/nscd_proto.h')
-rw-r--r-- | nscd/nscd_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/nscd_proto.h b/nscd/nscd_proto.h index 8aa2973..742c154 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 */ |