diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 9a865f6c6..eb2427a50 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -230,6 +230,7 @@ enum { | |||
230 | OPT_NICELEVEL = 0x80 * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, | 230 | OPT_NICELEVEL = 0x80 * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, |
231 | }; | 231 | }; |
232 | 232 | ||
233 | int start_stop_daemon_main(int argc, char **argv); | ||
233 | int start_stop_daemon_main(int argc, char **argv) | 234 | int start_stop_daemon_main(int argc, char **argv) |
234 | { | 235 | { |
235 | unsigned opt; | 236 | unsigned opt; |