Deleted Added
full compact
42c42
< "$FreeBSD: head/usr.bin/find/function.c 91400 2002-02-27 17:57:00Z dwmalone $";
---
> "$FreeBSD: head/usr.bin/find/function.c 92786 2002-03-20 10:32:05Z markm $";
68,72c68,72
< static PLAN *palloc __P((OPTION *));
< static long long find_parsenum __P((PLAN *, const char *, char *, char *));
< static long long find_parsetime __P((PLAN *, const char *, char *));
< static char *nextarg __P((OPTION *, char ***));
< time_t get_date __P((char *, struct timeb *));
---
> static PLAN *palloc(OPTION *);
> static long long find_parsenum(PLAN *, const char *, char *, char *);
> static long long find_parsetime(PLAN *, const char *, char *);
> static char *nextarg(OPTION *, char ***);
> time_t get_date(char *, struct timeb *);