summaryrefslogtreecommitdiff
path: root/usr.bin/find/extern.h
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-31 22:40:23 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-31 22:40:23 +0000
commita77ba121ed7e4931bff86c87a5c0e54d4eea2c63 (patch)
treeb18515d71c837a284f5eb0322e0aed3cc4462771 /usr.bin/find/extern.h
parent4ba83990908c752d8ef27d97cbcb7b32a4a38edf (diff)
Add support for -maxdepth option
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r--usr.bin/find/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 9e5b9195ad6..d3d3578cb8e 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -1,4 +1,4 @@
-/* * $OpenBSD: extern.h,v 1.2 1996/06/26 05:33:07 deraadt Exp $*/
+/* * $OpenBSD: extern.h,v 1.3 1996/08/31 22:40:18 tholo Exp $*/
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -59,6 +59,7 @@ PLAN *c_group __P((char *));
PLAN *c_inum __P((char *));
PLAN *c_links __P((char *));
PLAN *c_ls __P((void));
+PLAN *c_mdepth __P((char *));
PLAN *c_name __P((char *));
PLAN *c_newer __P((char *));
PLAN *c_nogroup __P((void));