fix warnings
authorderaadt <deraadt@openbsd.org>
Sun, 1 Sep 1996 01:41:44 +0000 (01:41 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 1 Sep 1996 01:41:44 +0000 (01:41 +0000)
usr.sbin/edquota/edquota.c

index 151f8c0..fde69f5 100644 (file)
@@ -42,7 +42,7 @@ static char copyright[] =
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)edquota.c  8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: edquota.c,v 1.11 1996/08/29 03:33:48 deraadt Exp $";
+static char *rcsid = "$Id: edquota.c,v 1.12 1996/09/01 01:41:44 deraadt Exp $";
 #endif /* not lint */
 
 /*
@@ -78,6 +78,9 @@ struct quotause {
 } *getprivs();
 #define        FOUND   0x01
 
+void putprivs __P((long, int, struct quotause *));
+void freeprivs __P((struct quotause *));
+
 void
 usage()
 {