summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/extern.h
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-06-17 14:19:33 +0000
committerjoe <joe@FreeBSD.org>2000-06-17 14:19:33 +0000
commit8de98cc2fa7b119cc8deb33c61c9496d25825b49 (patch)
tree33363d4028bb162e624a3a2c5257ab020378f6e0 /usr.sbin/mtree/extern.h
parent3e8b2c512359fd536c5f66fbd9e265064d461886 (diff)
downloadFreeBSD-src-8de98cc2fa7b119cc8deb33c61c9496d25825b49.zip
FreeBSD-src-8de98cc2fa7b119cc8deb33c61c9496d25825b49.tar.gz
Switch over to using the new fflagstostr and strtofflags library calls.
Diffstat (limited to 'usr.sbin/mtree/extern.h')
-rw-r--r--usr.sbin/mtree/extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mtree/extern.h b/usr.sbin/mtree/extern.h
index c57a338..54dafdf 100644
--- a/usr.sbin/mtree/extern.h
+++ b/usr.sbin/mtree/extern.h
@@ -37,8 +37,7 @@
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, char *));
-int string_to_flags __P((char **, u_long *, u_long *));
+char *flags_to_string __P((u_long));
char *inotype __P((u_int));
u_int parsekey __P((char *, int *));
OpenPOWER on IntegriCloud