aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-schedules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc-schedules.h')
-rw-r--r--src/rc/rc-schedules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-schedules.h b/src/rc/rc-schedules.h
index 0a10b381..a42ea0e3 100644
--- a/src/rc/rc-schedules.h
+++ b/src/rc/rc-schedules.h
@@ -22,6 +22,6 @@ int do_stop(const char *applet, const char *exec, const char *const *argv,
int run_stop_schedule(const char *applet,
const char *exec, const char *const *argv,
pid_t pid, uid_t uid,
- bool test, bool progress);
+ bool test, bool progress, bool quiet);
#endif