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