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 d9362b5..abf6241 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -205,6 +205,11 @@ int nfsmount(const char *spec, const char *node, int *flags, #define RB_POWER_OFF 0x4321fedc #endif +#if defined(BB_KLOGD) || defined(BB_LOGGER) +void syslog_msg_with_name(const char *name, int facility, int pri, const char *msg); +void syslog_msg(int facility, int pri, const char *msg); +#endif + /* Include our own copy of struct sysinfo to avoid binary compatability * problems with Linux 2.4, which changed things. Grumble, grumble. */ struct sysinfo { |