aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-17 14:12:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-17 14:12:10 +0000
commitc84520d73dbe100449d84241ec0df9d02ee0fc4d (patch)
tree8798d754e514c869fa98243fd5db07ea1faa43df /include
parentd818dcc72adb995309e5423382a825e9e342c971 (diff)
downloadbusybox-c84520d73dbe100449d84241ec0df9d02ee0fc4d.tar.gz
klogd: code de-obfuscation with small code size reduction
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
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);
/* More clever/thorough xdaemon */
extern void bb_sanitize_stdio_maybe_daemonize(int daemonize);
extern void bb_sanitize_stdio(void);
+/* NB: be careful: dont open syslog/network sockets before bb_daemonize */
extern void bb_daemonize(void);
extern void xchdir(const char *path);
extern void xsetenv(const char *key, const char *value);