diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 7633cb057..6860bab6b 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -234,7 +234,7 @@ enum { | |||
234 | OPT_NICELEVEL = 0x4000 * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, // -N | 234 | OPT_NICELEVEL = 0x4000 * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, // -N |
235 | }; | 235 | }; |
236 | 236 | ||
237 | int start_stop_daemon_main(int argc, char **argv); | 237 | int start_stop_daemon_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
238 | int start_stop_daemon_main(int argc, char **argv) | 238 | int start_stop_daemon_main(int argc, char **argv) |
239 | { | 239 | { |
240 | unsigned opt; | 240 | unsigned opt; |