aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>1999-12-09 22:10:18 +0000
committerJohn Beppu <beppu@lbox.org>1999-12-09 22:10:18 +0000
commitf95ca97d1bb94307ee0b8ed95d329dc9d6ccec85 (patch)
treec494de94d27e7d8dc8fdd43b1ca8fe6710e15eda /internal.h
parent395b216a2eb70ea2796556c06be01261de993687 (diff)
downloadbusybox-f95ca97d1bb94307ee0b8ed95d329dc9d6ccec85.tar.gz
findInitPid() has been implemented and it seems to work.
reboot has been changed to take advantage of findInitPid();
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
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