From 563c6f46c0439eeb3fcc90105264ae1043b7298f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 3 Oct 2007 14:18:52 +0000 Subject: rc_schedule_clear -> rc_service_schedule_clear, rc_schedule_start_service -> rc_service_schedule_start --- src/rc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index b74d968f..a32ad811 100644 --- a/src/rc.h +++ b/src/rc.h @@ -110,7 +110,7 @@ pid_t rc_service_stop (const char *service); /*! Schedule a service to be started when another service starts * @param service that starts the scheduled service when started * @param service_to_start service that will be started */ -bool rc_schedule_start_service (const char *service, +bool rc_service_schedule_start (const char *service, const char *service_to_start); /*! Return a NULL terminated list of services that are scheduled to start * when the given service has started @@ -120,7 +120,7 @@ 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_schedule_clear (const char *service); +void rc_service_schedule_clear (const char *service); /*! Wait for a service to finish * @param service to wait for -- cgit v1.2.3