aboutsummaryrefslogtreecommitdiff
path: root/coreutils/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/who.c')
-rw-r--r--coreutils/who.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/who.c b/coreutils/who.c
index 4cd42652b..25d35fad9 100644
--- a/coreutils/who.c
+++ b/coreutils/who.c
@@ -38,6 +38,7 @@ static const char * idle_string (time_t t)
38 return "old"; 38 return "old";
39} 39}
40 40
41int who_main(int argc, char **argv);
41int who_main(int argc, char **argv) 42int who_main(int argc, char **argv)
42{ 43{
43 struct utmp *ut; 44 struct utmp *ut;