blob: cd91ea07b9557bf2c75597cf72ccf2075989ccb6 [file] [log] [blame]
Damien Miller04f80141999-11-19 15:32:34 +11001#ifndef _BSD_DAEMON_H
2#define _BSD_DAEMON_H
3
4#include "config.h"
5#ifndef HAVE_DAEMON
6int daemon(int nochdir, int noclose);
7#endif /* !HAVE_DAEMON */
8
9#endif /* _BSD_DAEMON_H */