aboutsummaryrefslogtreecommitdiff
path: root/src/librc-depend.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-15 16:03:49 +0000
committerRoy Marples <roy@marples.name>2007-10-15 16:03:49 +0000
commita6ae4a6cde87984313211a508b6ef540d6990b66 (patch)
treebe62d1aa90ab6e1536aafbd8ee27b5397cd0cd39 /src/librc-depend.c
parent5d215f9d63b718eefff69ad20648fb3d66b15c25 (diff)
This is probably better
Diffstat (limited to 'src/librc-depend.c')
-rw-r--r--src/librc-depend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc-depend.c b/src/librc-depend.c
index 69c06c2e..936df12d 100644
--- a/src/librc-depend.c
+++ b/src/librc-depend.c
@@ -442,7 +442,7 @@ static void visit_service (rc_depinfo_t *deptree, const char * const *types,
}
char **rc_deptree_depends (rc_depinfo_t *deptree,
- const char * const *types, const char * const *services,
+ const char **types, const char **services,
const char *runlevel, int options)
{
struct lhead sorted;