summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/revnetgroup/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypserv/revnetgroup/hash.h')
-rw-r--r--usr.sbin/ypserv/revnetgroup/hash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/revnetgroup/hash.h b/usr.sbin/ypserv/revnetgroup/hash.h
index 264a3fd2ca4..edfadffec48 100644
--- a/usr.sbin/ypserv/revnetgroup/hash.h
+++ b/usr.sbin/ypserv/revnetgroup/hash.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash.h,v 1.2 2002/02/16 21:28:11 millert Exp $ */
+/* $OpenBSD: hash.h,v 1.3 2013/12/05 14:20:53 jca Exp $ */
/*
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -62,6 +62,7 @@ struct group_entry {
extern void store( struct group_entry ** , char *, char * );
extern void mstore( struct member_entry ** , char *, char *, char * );
+extern void ngstore( struct group_entry **, char *, char * );
extern char *lookup( struct group_entry **, char * );
extern void __endnetgrent( void );
extern void __setnetgrent( char * );