diff options
author | Roy Marples <roy@marples.name> | 2007-09-29 16:42:08 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-29 16:42:08 +0000 |
commit | 837f43e163b31e40b3ea554d6d031f25789590ac (patch) | |
tree | 5d8d5378ad4ff5695fbca51347ae75e6bb3530ab /src/builtins.h | |
parent | b153f67fe3e0df84a02bfc9cae6f2469ca793615 (diff) |
librc no longer uses libeinfo. deptree function names are now all under rc_deptree_
Diffstat (limited to 'src/builtins.h')
-rw-r--r-- | src/builtins.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/builtins.h b/src/builtins.h index c234ad83..9c420e29 100644 --- a/src/builtins.h +++ b/src/builtins.h @@ -7,6 +7,8 @@ * Released under the GPLv2 */ +#include "rc.h" + int checkown (int argc, char **argv); int env_update (int argc, char **argv); int fstabinfo (int argc, char **argv); @@ -17,3 +19,5 @@ int rc_update (int argc, char **argv); 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); |