diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ static const char dutmp_usage[] = "dutmp\n" | |||
19 | "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" | 19 | "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" |
20 | "\tdutmp /var/run/utmp\n"; | 20 | "\tdutmp /var/run/utmp\n"; |
21 | 21 | ||
22 | static int dutmp_main (int argc, char **argv) | 22 | extern int dutmp_main (int argc, char **argv) |
23 | { | 23 | { |
24 | 24 | ||
25 | FILE *f = stdin; | 25 | FILE *f = stdin; |