aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-10 13:11:35 +0000
committerRoy Marples <roy@marples.name>2007-10-10 13:11:35 +0000
commit4bdf9ab63ed8bb661367bc8330e8c1598dd4bbee (patch)
treef7d084fd786faff075ef15591966c9e6dd28795e /src/rc.h
parente744a6ba24529025aac28e7a134efcb10823f512 (diff)
rc_deptree_order_services -> rc_deptree_order
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc.h b/src/rc.h
index e5aa8ef3..42c38389 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -192,7 +192,7 @@ char *rc_service_value_get (const char *service, const char *option);
* @param value of the option
* @return true if saved, otherwise false */
bool rc_service_value_set (const char *service, const char *option,
- const char *value);
+ const char *value);
/*! Wait for a service to finish
* @param service to wait for
@@ -275,8 +275,8 @@ char **rc_deptree_depends (rc_depinfo_t *deptree, char **types,
* @param runlevel to change into
* @param options to pass
* @return NULL terminated list of services in order */
-char **rc_deptree_order_services (rc_depinfo_t *deptree, const char *runlevel,
- int options);
+char **rc_deptree_order (rc_depinfo_t *deptree, const char *runlevel,
+ int options);
/*! Free a deptree and its information
* @param deptree to free */