aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
+