From fbb39c83b69d6c4de943c0b7374000339635d13d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 8 Nov 1999 17:00:52 +0000 Subject: Stuff -Erik --- miscutils/dutmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils') diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index c5307b6..a9e879d 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c @@ -19,7 +19,7 @@ static const char dutmp_usage[] = "dutmp\n" "\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; -- cgit v1.1