aboutsummaryrefslogtreecommitdiff
path: root/src/librc-depend.c
diff options
context:
space:
mode:
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)
{