aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rc.h b/src/rc.h
index 414955e7..c1e97927 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -153,8 +153,9 @@ bool rc_service_schedule_start (const char *service,
char **rc_services_scheduled_by (const char *service);
/*! Clear the list of services scheduled to be started by this service
- * @param service to clear */
-void rc_service_schedule_clear (const char *service);
+ * @param service to clear
+ * @return true if no errors, otherwise false */
+bool rc_service_schedule_clear (const char *service);
/*! Checks if a service in in a state
* @param service to check