diff options
author | Roy Marples <roy@marples.name> | 2008-01-14 14:24:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-14 14:24:20 +0000 |
commit | e0687578100379053afba8f7f69dc41c77d092c8 (patch) | |
tree | 24a3be900f91f9b707ef480fe9183d0a825e464b /src/rc/builtins.h | |
parent | 6e1251b92524fded49c4772b629e448b3d0ba306 (diff) |
Put the applets into rc-applet.c so that rc.c is easier to manage.
Diffstat (limited to 'src/rc/builtins.h')
-rw-r--r-- | src/rc/builtins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/builtins.h b/src/rc/builtins.h index 7d05fa76..61fe3713 100644 --- a/src/rc/builtins.h +++ b/src/rc/builtins.h @@ -35,5 +35,7 @@ int rc_update (int argc, char **argv); int runscript (int argc, char **argv); 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); |