summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypserv/revnetgroup/parse_netgroup.c')
-rw-r--r--usr.sbin/ypserv/revnetgroup/parse_netgroup.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/ypserv/revnetgroup/parse_netgroup.c b/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
index 1ca04947652..35676433abc 100644
--- a/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
+++ b/usr.sbin/ypserv/revnetgroup/parse_netgroup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse_netgroup.c,v 1.8 2003/06/02 23:36:55 millert Exp $ */
+/* $OpenBSD: parse_netgroup.c,v 1.9 2003/07/15 06:10:46 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
#include "hash.h"
#ifndef lint
-static const char rcsid[] = "$OpenBSD: parse_netgroup.c,v 1.8 2003/06/02 23:36:55 millert Exp $";
+static const char rcsid[] = "$OpenBSD: parse_netgroup.c,v 1.9 2003/07/15 06:10:46 deraadt Exp $";
#endif
/*
@@ -82,10 +82,11 @@ static struct {
(struct netgrp *)0,
(char *)0,
};
-static int parse_netgrp();
-static struct linelist *read_for_group();
-void __setnetgrent(), __endnetgrent();
-int __getnetgrent();
+
+static int parse_netgrp(char *);
+static struct linelist *read_for_group(char *);
+void __setnetgrent(char *), __endnetgrent(void);
+int __getnetgrent(char **, char **, char **);
extern struct group_entry *gtable[];
/*