diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 077b65840..024d960bf 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -271,6 +271,7 @@ extern void xdaemon(int nochdir, int noclose); | |||
271 | /* More clever/thorough xdaemon */ | 271 | /* More clever/thorough xdaemon */ |
272 | extern void bb_sanitize_stdio_maybe_daemonize(int daemonize); | 272 | extern void bb_sanitize_stdio_maybe_daemonize(int daemonize); |
273 | extern void bb_sanitize_stdio(void); | 273 | extern void bb_sanitize_stdio(void); |
274 | /* NB: be careful: dont open syslog/network sockets before bb_daemonize */ | ||
274 | extern void bb_daemonize(void); | 275 | extern void bb_daemonize(void); |
275 | extern void xchdir(const char *path); | 276 | extern void xchdir(const char *path); |
276 | extern void xsetenv(const char *key, const char *value); | 277 | extern void xsetenv(const char *key, const char *value); |