summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/extern.h
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-10-13 21:06:22 +0000
committerwosch <wosch@FreeBSD.org>1997-10-13 21:06:22 +0000
commit167c2cb9c3c9ae837756bf47957aa71eecf7ef6b (patch)
tree8412d8eac3f6df718e95e7ddc727292a339517a5 /usr.bin/find/extern.h
parent2afa55ca386e52677c9f53098ccb3c3d8a217936 (diff)
downloadFreeBSD-src-167c2cb9c3c9ae837756bf47957aa71eecf7ef6b.zip
FreeBSD-src-167c2cb9c3c9ae837756bf47957aa71eecf7ef6b.tar.gz
Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r--usr.bin/find/extern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 6567583..b587015 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -47,7 +47,9 @@ struct stat;
void printlong __P((char *, char *, struct stat *));
int queryuser __P((char **));
+PLAN *c_amin __P((char *));
PLAN *c_atime __P((char *));
+PLAN *c_cmin __P((char *));
PLAN *c_ctime __P((char *));
PLAN *c_delete __P((void));
PLAN *c_depth __P((void));
@@ -74,6 +76,7 @@ PLAN *c_user __P((char *));
PLAN *c_xdev __P((void));
PLAN *c_openparen __P((void));
PLAN *c_closeparen __P((void));
+PLAN *c_mmin __P((char *));
PLAN *c_mtime __P((char *));
PLAN *c_not __P((void));
PLAN *c_or __P((void));
OpenPOWER on IntegriCloud