From b11f88b09a7629a74e60d910739b27d1cf9b4c3d Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 5 Sep 1997 11:17:22 +0000 Subject: [PATCH] logwtmp() prototype is in . --- libexec/ftpd/extern.h | 3 +-- 1 file changed, 1 insertion(+), 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 *));