diff options
Diffstat (limited to 'usr/src/cmd/cron/cron.h')
| -rw-r--r-- | usr/src/cmd/cron/cron.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/cron/cron.h b/usr/src/cmd/cron/cron.h index f9b8eacd46..ca824e02bc 100644 --- a/usr/src/cmd/cron/cron.h +++ b/usr/src/cmd/cron/cron.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -99,7 +99,6 @@ void cron_sendmsg(char, char *, char *, char); time_t num(char **); void *xmalloc(size_t); void *xcalloc(size_t, size_t); -int ascandir(char *, struct dirent *(*[]), int (*)(), int (*)()); #ifdef __cplusplus } |
