commit | fbb39c83b69d6c4de943c0b7374000339635d13d | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Nov 08 17:00:52 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Nov 08 17:00:52 1999 +0000 |
tree | 874ba86bb5753f4afd5a770308df9e555c78cf90 | |
parent | 07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3 [diff] [blame] |
Stuff -Erik
diff --git a/dutmp.c b/dutmp.c index c5307b6..a9e879d 100644 --- a/dutmp.c +++ b/dutmp.c
@@ -19,7 +19,7 @@ "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" "\tdutmp /var/run/utmp\n"; -static int dutmp_main (int argc, char **argv) +extern int dutmp_main (int argc, char **argv) { FILE *f = stdin;