diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-02-05 18:42:36 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-02-05 18:42:36 +0000 |
| commit | 418d67b0d998883a0a2ea7ff6118592ea09867a7 (patch) | |
| tree | 031dae41dbe808050d7622c806541302a5056186 /usr.bin/find/function.c | |
| parent | dfd9528b3005ef25b6e52ef6d2f719ea0976ae53 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 7033bdef6f09..0dad26bb491c 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -71,6 +71,8 @@ static char rcsid[] = "$FreeBSD$"; } \ } +u_long setflags __P((char **, u_long *, u_long *)); + static PLAN *palloc __P((enum ntype, int (*) __P((PLAN *, FTSENT *)))); /* |
