diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-05 11:17:22 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-05 11:17:22 +0000 |
| commit | b11f88b09a7629a74e60d910739b27d1cf9b4c3d (patch) | |
| tree | 69312c2afd05229089e55f767bc2cabd6b1b58b6 /libexec/ftpd/extern.h | |
| parent | ba8c6fd5346947879f2236805e617c12f43399ca (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/extern.h')
| -rw-r--r-- | libexec/ftpd/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 616da7925696..035b320dee01 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: extern.h,v 1.8 1997/02/22 14:21:26 peter Exp $ + * $Id: extern.h,v 1.9 1997/04/26 12:12:10 davidn Exp $ */ void blkfree __P((char **)); @@ -43,7 +43,6 @@ void fatal __P((char *)); int ftpd_pclose __P((FILE *)); FILE *ftpd_popen __P((char *, char *)); char *getline __P((char *, int, FILE *)); -void logwtmp __P((char *, char *, char *)); void lreply __P((int, const char *, ...)); void makedir __P((char *)); void nack __P((char *)); |
