diff options
Diffstat (limited to 'src/rc/builtins.h')
-rw-r--r-- | src/rc/builtins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rc/builtins.h b/src/rc/builtins.h index 5b605455..e87e1ca4 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); |