diff options
Diffstat (limited to 'usr.bin/find/extern.h')
-rw-r--r-- | usr.bin/find/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 0bab1e3..70de480 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -44,7 +44,7 @@ PLAN *not_squish(PLAN *); PLAN *or_squish(PLAN *); PLAN *paren_squish(PLAN *); struct timeb; -time_t parsedate(char *, struct timeb *); +time_t get_date(char *, struct timeb *); struct stat; void printlong(char *, char *, struct stat *); int queryuser(char **); |