aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-31 16:06:21 +0000
committerRoy Marples <roy@marples.name>2007-07-31 16:06:21 +0000
commite6ec76ac40757d51de8d9016b5214014c5c500ae (patch)
treef3ee75c9bbb52ff942e0302148fd8401be8024e8 /src
parentc674026f9e5cf9538101ebc5c19d4da973731ad1 (diff)
All our binaries are now mulicalls into rc, which makes our on disk size
a lot smaller.
Diffstat (limited to 'src')
-rw-r--r--src/builtins.h17
1 files changed, 17 insertions, 0 deletions
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);
+