summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree/extern.h')
-rw-r--r--usr.sbin/mtree/extern.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/mtree/extern.h b/usr.sbin/mtree/extern.h
index 54dafdf..0805430 100644
--- a/usr.sbin/mtree/extern.h
+++ b/usr.sbin/mtree/extern.h
@@ -34,17 +34,17 @@
* $FreeBSD$
*/
-int compare __P((char *, NODE *, FTSENT *));
-int crc __P((int, u_long *, u_long *));
-void cwalk __P((void));
-char *flags_to_string __P((u_long));
+int compare(char *, NODE *, FTSENT *);
+int crc(int, u_long *, u_long *);
+void cwalk(void);
+char *flags_to_string(u_long);
-char *inotype __P((u_int));
-u_int parsekey __P((char *, int *));
-char *rlink __P((char *));
-NODE *spec __P((void));
-int verify __P((void));
+char *inotype(u_int);
+u_int parsekey(char *, int *);
+char *rlink(char *);
+NODE *spec(void);
+int verify(void);
-int check_excludes __P((const char *, const char *));
-void init_excludes __P((void));
-void read_excludes_file __P((const char *));
+int check_excludes(const char *, const char *);
+void init_excludes(void);
+void read_excludes_file(const char *);
OpenPOWER on IntegriCloud