diff options
Diffstat (limited to 'src/rc/builtins.h')
-rw-r--r-- | src/rc/builtins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/builtins.h b/src/rc/builtins.h index 6d180bab..81325847 100644 --- a/src/rc/builtins.h +++ b/src/rc/builtins.h @@ -38,4 +38,4 @@ int start_stop_daemon (int argc, char **argv); void run_applets (int argc, char **argv); /* Handy function so we can wrap einfo around our deptree */ -rc_depinfo_t *_rc_deptree_load (int *regen); +RC_DEPTREE *_rc_deptree_load (int *regen); |