From c658d255e919d40619cc2a5730d502c7777830cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 8 Oct 2011 15:25:08 -0700 Subject: Fix some nit warnings. --- nscd/nscd_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nscd') 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 */ -- cgit v1.1