diff options
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index f51a647be..04064ee73 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <utmp.h> | 15 | #include <utmp.h> |
16 | #include "libbb.h" | 16 | #include "libbb.h" |
17 | 17 | ||
18 | int runlevel_main(int argc, char **argv); | 18 | int runlevel_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
19 | int runlevel_main(int argc, char **argv) | 19 | int runlevel_main(int argc, char **argv) |
20 | { | 20 | { |
21 | struct utmp *ut; | 21 | struct utmp *ut; |