summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-09-05 11:44:00 +0000
committertg <tg@FreeBSD.org>1997-09-05 11:44:00 +0000
commit572d82313f682971f03ba47c832271490846a004 (patch)
treeb83a634d2eda2115936b2faf828f4c6fc1c1a904 /libexec/ftpd/extern.h
parentac3b66e27a37035f1c56d55a323e1a29a6105ef4 (diff)
downloadFreeBSD-src-572d82313f682971f03ba47c832271490846a004.zip
FreeBSD-src-572d82313f682971f03ba47c832271490846a004.tar.gz
Hopefully better fix for logwtmp(): rename to a private
version ftpd_logwtmp().
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index 035b320..f4da903 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.9 1997/04/26 12:12:10 davidn Exp $
+ * $Id: extern.h,v 1.10 1997/09/05 11:17:22 tg Exp $
*/
void blkfree __P((char **));
@@ -40,6 +40,7 @@ void cwd __P((char *));
void delete __P((char *));
void dologout __P((int));
void fatal __P((char *));
+void ftpd_logwtmp __P((char *, char *, char *));
int ftpd_pclose __P((FILE *));
FILE *ftpd_popen __P((char *, char *));
char *getline __P((char *, int, FILE *));
OpenPOWER on IntegriCloud