rename logwtmp -> ftpd_logwtmp not to conflict with libc.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4291 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-01-09 20:30:20 +00:00
parent 0eeeefc67e
commit 9dd5cb570c

View File

@@ -74,7 +74,7 @@ RCSID("$Id$");
#endif
void
logwtmp(char *line, char *name, char *host)
ftpd_logwtmp(char *line, char *name, char *host)
{
static int init = 0;
static int fd;