summaryrefslogtreecommitdiff
path: root/src/rc/builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/builtins.h')
-rw-r--r--src/rc/builtins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rc/builtins.h b/src/rc/builtins.h
index 5b60545..e87e1ca 100644
--- a/src/rc/builtins.h
+++ b/src/rc/builtins.h
@@ -40,3 +40,6 @@ void run_applets(int, char **);
/* Handy function so we can wrap einfo around our deptree */
RC_DEPTREE *_rc_deptree_load (int *);
+
+/* Test to see if we can see pid 1 or not */
+bool _rc_findpid1(void);