aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/extern.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
commitf1bb2cd2aa7488657658fbc09aae2ead579049ab (patch)
tree6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/cmp/extern.h
parent9f6092398b2ada850e3149754f08600fdff7caaa (diff)
Notes
Diffstat (limited to 'usr.bin/cmp/extern.h')
-rw-r--r--usr.bin/cmp/extern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h
index 9ab37d6d372c0..75afb2b215f13 100644
--- a/usr.bin/cmp/extern.h
+++ b/usr.bin/cmp/extern.h
@@ -40,9 +40,9 @@
#define DIFF_EXIT 1
#define ERR_EXIT 2 /* error exit code */
-void c_regular __P((int, const char *, off_t, off_t, int, const char *, off_t, off_t));
-void c_special __P((int, const char *, off_t, int, const char *, off_t));
-void diffmsg __P((const char *, const char *, off_t, off_t));
-void eofmsg __P((const char *));
+void c_regular(int, const char *, off_t, off_t, int, const char *, off_t, off_t);
+void c_special(int, const char *, off_t, int, const char *, off_t);
+void diffmsg(const char *, const char *, off_t, off_t);
+void eofmsg(const char *);
extern int lflag, sflag, xflag;