From 7319c64cffca2c14ad1c7afe329d59389f60ff83 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 4 Oct 2007 19:43:01 +0000 Subject: rc_service_schedule_clear returns a bool on error now --- src/rc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/rc.h') 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 -- cgit v1.2.3