From a76f2c20e410a1414b0922b22b00d1bc7c6cc35d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 18:19:48 +0000 Subject: opts -> extra_commands. This is much more descriptive. --- src/rc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 681a5503..2b392a4e 100644 --- a/src/rc.h +++ b/src/rc.h @@ -143,10 +143,10 @@ bool rc_service_in_runlevel (const char *service, const char *runlevel); * @return true if service state change was successful, otherwise false */ bool rc_service_mark (const char *service, rc_service_state_t state); -/*! Lists the extra options a service has - * @param service to load the options from - * @return NULL terminated string list of options */ -char **rc_service_options (const char *service); +/*! Lists the extra commands a service has + * @param service to load the commands from + * @return NULL terminated string list of commands */ +char **rc_service_extra_commands (const char *service); /*! Check if the service is allowed to be hot/cold plugged * @param service to check -- cgit v1.2.3