diff options
Diffstat (limited to 'misc/logwtmp.c')
-rw-r--r-- | misc/logwtmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/logwtmp.c b/misc/logwtmp.c index d55ac9e941..5b3c8ded11 100644 --- a/misc/logwtmp.c +++ b/misc/logwtmp.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #include <unistd.h> #include <utmp.h> +void logwtmp(line, name, host) char *line, *name, *host; { |