aboutsummaryrefslogtreecommitdiff
path: root/src/builtins.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-14 12:23:13 +0000
committerRoy Marples <roy@marples.name>2007-12-14 12:23:13 +0000
commitb73bd04cf3f19b47480c85dd58e63eef5900fa3c (patch)
treeafffd113e089a7f3db06e3ef696499ab0170140f /src/builtins.h
parentf8db842dd2e93c37a5287beefeb425ae98dcdb4a (diff)
If we need to regenrate the deptree in the boot runlevel, remove it afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
Diffstat (limited to 'src/builtins.h')
-rw-r--r--src/builtins.h2
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);