diff options
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index 4cd4265..25d35fa 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -38,6 +38,7 @@ static const char * idle_string (time_t t) return "old"; } +int who_main(int argc, char **argv); int who_main(int argc, char **argv) { struct utmp *ut; |