diff options
author | Roy Marples <roy@marples.name> | 2007-10-04 19:43:01 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-04 19:43:01 +0000 |
commit | 7319c64cffca2c14ad1c7afe329d59389f60ff83 (patch) | |
tree | 2f2782bfdbcf0e7d2d0d76727243cc2021274060 /src/rc.h | |
parent | a6f2713002db20cd65618c1140ed7d3fbbbb9292 (diff) |
rc_service_schedule_clear returns a bool on error now
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |