aboutsummaryrefslogtreecommitdiff
path: root/src/librc-depend.c
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/librc-depend.c
parente744a6ba24529025aac28e7a134efcb10823f512 (diff)
rc_deptree_order_services -> rc_deptree_order
Diffstat (limited to 'src/librc-depend.c')
-rw-r--r--src/librc-depend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librc-depend.c b/src/librc-depend.c
index 1e4225b8..62ceaac7 100644
--- a/src/librc-depend.c
+++ b/src/librc-depend.c
@@ -476,8 +476,8 @@ char **rc_deptree_depends (rc_depinfo_t *deptree,
}
librc_hidden_def(rc_deptree_depends)
-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)
{
char **list = NULL;
char **types = NULL;
@@ -538,7 +538,7 @@ char **rc_deptree_order_services (rc_depinfo_t *deptree, const char *runlevel,
return (services);
}
-librc_hidden_def(rc_deptree_order_services)
+librc_hidden_def(rc_deptree_order)
static bool is_newer_than (const char *file, const char *target)
{