aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 18:19:48 +0000
committerRoy Marples <roy@marples.name>2007-11-20 18:19:48 +0000
commita76f2c20e410a1414b0922b22b00d1bc7c6cc35d (patch)
treee4615e9c105b02b110f295e0a95186e55967e43c /src/rc.h
parent6a6ef66d15f37b771924b4c3504f173cb9dbc3f0 (diff)
opts -> extra_commands. This is much more descriptive.
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h8
1 files changed, 4 insertions, 4 deletions
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