From: Mike Frysinger Date: Wed, 7 Jun 2006 21:58:57 +0000 (-0000) Subject: need prototype for new vfork_daemon() X-Git-Tag: 1_2_0~180 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e7dfc179c0041475cd6a6b981f2f037df01c784;p=oweals%2Fbusybox.git need prototype for new vfork_daemon() --- diff --git a/include/libbb.h b/include/libbb.h index 9529b56e0..accc08ddf 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -502,6 +502,7 @@ extern void print_login_issue(const char *issue_file, const char *tty); extern void print_login_prompt(void); #ifdef BB_NOMMU +extern void vfork_daemon(int nochdir, int noclose); extern void vfork_daemon_rexec(int nochdir, int noclose, int argc, char **argv, char *foreground_opt); #endif