summaryrefslogtreecommitdiffstats
path: root/lib/libutil/fparseln.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/fparseln.c')
-rw-r--r--lib/libutil/fparseln.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/fparseln.c b/lib/libutil/fparseln.c
index 2c236160ca6..63c4e85121b 100644
--- a/lib/libutil/fparseln.c
+++ b/lib/libutil/fparseln.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fparseln.c,v 1.2 2001/08/16 18:34:40 millert Exp $
+/* $OpenBSD: fparseln.c,v 1.3 2002/02/16 21:27:29 millert Exp $
/* $NetBSD: fparseln.c,v 1.7 1999/07/02 15:49:12 simonb Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: fparseln.c,v 1.2 2001/08/16 18:34:40 millert Exp $";
+static char rcsid[] = "$OpenBSD: fparseln.c,v 1.3 2002/02/16 21:27:29 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
@@ -42,7 +42,7 @@ static char rcsid[] = "$OpenBSD: fparseln.c,v 1.2 2001/08/16 18:34:40 millert Ex
#include "util.h"
-static int isescaped __P((const char *, const char *, int));
+static int isescaped(const char *, const char *, int);
/* isescaped():
* Return true if the character in *p that belongs to a string
@@ -192,7 +192,7 @@ fparseln(fp, size, lineno, str, flags)
#ifdef TEST
-int main __P((int, char **));
+int main(int, char **);
int
main(argc, argv)