aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-schedules.h
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-08-25 11:36:45 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-08-25 11:36:45 -0500
commit36a0ab9054512ade413226fb8e8b28060045e9a4 (patch)
tree021d04ed222ddf7f28858104df2c2074514e1fb1 /src/rc/rc-schedules.h
parent27c2bd997d5173aa30844a16bc22dc8caab09f8c (diff)
make run_stop_schedule accept a pid instead of a pid file
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 6bed7916..0a10b381 100644
--- a/src/rc/rc-schedules.h
+++ b/src/rc/rc-schedules.h
@@ -21,7 +21,7 @@ int do_stop(const char *applet, const char *exec, const char *const *argv,
pid_t pid, uid_t uid,int sig, bool test);
int run_stop_schedule(const char *applet,
const char *exec, const char *const *argv,
- const char *pidfile, uid_t uid,
+ pid_t pid, uid_t uid,
bool test, bool progress);
#endif