diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-01 04:56:28 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-01 04:56:28 +0000 |
commit | 08fa7dee4b5001da1840bff2e2be8a33c8812f63 (patch) | |
tree | 5f986bda894a7d2e1dea1193ab36b70929e54bac /usr.bin/find/extern.h | |
parent | 8dad430db90288ee99638aaf3f18fb518bba269c (diff) |
Add support for -empty
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r-- | usr.bin/find/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 993f2d7ad67..9c1d2576b32 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: extern.h,v 1.4 1996/09/01 04:30:15 tholo Exp $*/ +/* * $OpenBSD: extern.h,v 1.5 1996/09/01 04:56:25 tholo Exp $*/ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -52,6 +52,7 @@ int queryuser __P((char **)); PLAN *c_atime __P((char *)); PLAN *c_ctime __P((char *)); PLAN *c_depth __P((void)); +PLAN *c_empty __P((void)); PLAN *c_exec __P((char ***, int)); PLAN *c_follow __P((void)); PLAN *c_fstype __P((char *)); |