summaryrefslogtreecommitdiff
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-w32-c84520d73dbe100449d84241ec0df9d02ee0fc4d.tar.gz
busybox-w32-c84520d73dbe100449d84241ec0df9d02ee0fc4d.tar.bz2
busybox-w32-c84520d73dbe100449d84241ec0df9d02ee0fc4d.zip
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);
271/* More clever/thorough xdaemon */ 271/* More clever/thorough xdaemon */
272extern void bb_sanitize_stdio_maybe_daemonize(int daemonize); 272extern void bb_sanitize_stdio_maybe_daemonize(int daemonize);
273extern void bb_sanitize_stdio(void); 273extern void bb_sanitize_stdio(void);
274/* NB: be careful: dont open syslog/network sockets before bb_daemonize */
274extern void bb_daemonize(void); 275extern void bb_daemonize(void);
275extern void xchdir(const char *path); 276extern void xchdir(const char *path);
276extern void xsetenv(const char *key, const char *value); 277extern void xsetenv(const char *key, const char *value);