diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index d9362b58b..abf62410f 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -205,6 +205,11 @@ int nfsmount(const char *spec, const char *node, int *flags, | |||
205 | #define RB_POWER_OFF 0x4321fedc | 205 | #define RB_POWER_OFF 0x4321fedc |
206 | #endif | 206 | #endif |
207 | 207 | ||
208 | #if defined(BB_KLOGD) || defined(BB_LOGGER) | ||
209 | void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg); | ||
210 | void syslog_msg(int facility, int pri, const char *msg); | ||
211 | #endif | ||
212 | |||
208 | /* Include our own copy of struct sysinfo to avoid binary compatability | 213 | /* Include our own copy of struct sysinfo to avoid binary compatability |
209 | * problems with Linux 2.4, which changed things. Grumble, grumble. */ | 214 | * problems with Linux 2.4, which changed things. Grumble, grumble. */ |
210 | struct sysinfo { | 215 | struct sysinfo { |