From e6ec76ac40757d51de8d9016b5214014c5c500ae Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 31 Jul 2007 16:06:21 +0000 Subject: All our binaries are now mulicalls into rc, which makes our on disk size a lot smaller. --- src/builtins.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/builtins.h (limited to 'src') diff --git a/src/builtins.h b/src/builtins.h new file mode 100644 index 00000000..9e467657 --- /dev/null +++ b/src/builtins.h @@ -0,0 +1,17 @@ +/* + * @file builtins.h + * @brief declaration for our userland helpers to be built into rc + * @internal + * + * Copyright 2007 Gentoo Foundation + * Released under the GPLv2 + */ + +int env_update (int argc, char **argv); +int fstabinfo (int argc, char **argv); +int mountinfo (int argc, char **argv); +int rc_depend (int argc, char **argv); +int rc_status (int argc, char **argv); +int runscript (int argc, char **argv); +int start_stop_daemon (int argc, char **argv); + -- cgit v1.2.3