aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp/ftpd/logwtmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gssftp/ftpd/logwtmp.c')
-rw-r--r--src/appl/gssftp/ftpd/logwtmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftpd/logwtmp.c b/src/appl/gssftp/ftpd/logwtmp.c
index 36f7e13..846819a 100644
--- a/src/appl/gssftp/ftpd/logwtmp.c
+++ b/src/appl/gssftp/ftpd/logwtmp.c
@@ -59,7 +59,7 @@ static int fd = -1;
* after first call, for use with ftp (which may chroot
* after login, but before logout).
*/
-logwtmp(line, name, host)
+void ftp_logwtmp(line, name, host)
char *line, *name, *host;
{
struct utmp ut;