diff options
author | tg <tg@FreeBSD.org> | 1997-09-05 11:17:22 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-05 11:17:22 +0000 |
commit | ac3b66e27a37035f1c56d55a323e1a29a6105ef4 (patch) | |
tree | 4156e6827045aa3eecfd5111e0653256c2a9b854 /libexec | |
parent | f2abdbfd233c603d969eed10b50cbeae826026fe (diff) | |
download | FreeBSD-src-ac3b66e27a37035f1c56d55a323e1a29a6105ef4.zip FreeBSD-src-ac3b66e27a37035f1c56d55a323e1a29a6105ef4.tar.gz |
logwtmp() prototype is in <libutil.h>.
Diffstat (limited to 'libexec')
-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 616da79..035b320 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 *)); |