diff options
Diffstat (limited to 'libexec/ftpd/extern.h')
| -rw-r--r-- | libexec/ftpd/extern.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index ff1cdfbf8589..616da7925696 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/4/94 - * $Id$ + * $Id: extern.h,v 1.8 1997/02/22 14:21:26 peter Exp $ */ void blkfree __P((char **)); @@ -70,3 +70,6 @@ int yyparse __P((void)); #if defined(SKEY) && defined(_PWD_H_) /* XXX evil */ char *skey_challenge __P((char *, struct passwd *, int)); #endif +#if defined(INTERNAL_LS) +int ls_main __P((int, char **)); +#endif |
