need prototype for new vfork_daemon()

This commit is contained in:
Mike Frysinger 2006-06-07 21:58:57 +00:00
parent 9be7435203
commit 2e7dfc179c

View File

@ -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