diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h index 830d30eb4..de13bb202 100644 --- a/internal.h +++ b/internal.h @@ -157,6 +157,7 @@ extern void write_mtab(char* blockDevice, char* directory, extern void erase_mtab(const char * name); extern int check_wildcard_match(const char* text, const char* pattern); extern long getNum (const char *cp); +extern pid_t findInitPid(); #if defined BB_MTAB |