aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-04 19:43:01 +0000
committerRoy Marples <roy@marples.name>2007-10-04 19:43:01 +0000
commit7319c64cffca2c14ad1c7afe329d59389f60ff83 (patch)
tree2f2782bfdbcf0e7d2d0d76727243cc2021274060 /src/rc.h
parenta6f2713002db20cd65618c1140ed7d3fbbbb9292 (diff)
rc_service_schedule_clear returns a bool on error now
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