diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index c6a9ae577..6bea048a3 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -118,7 +118,9 @@ enum { | |||
118 | LOGMODE_SYSLOG = 1<<1, | 118 | LOGMODE_SYSLOG = 1<<1, |
119 | LOGMODE_BOTH = LOGMODE_SYSLOG + LOGMODE_STDIO, | 119 | LOGMODE_BOTH = LOGMODE_SYSLOG + LOGMODE_STDIO, |
120 | }; | 120 | }; |
121 | extern const char *msg_eol; | ||
121 | extern int logmode; | 122 | extern int logmode; |
123 | extern int die_sleep; | ||
122 | 124 | ||
123 | extern void bb_show_usage(void) ATTRIBUTE_NORETURN ATTRIBUTE_EXTERNALLY_VISIBLE; | 125 | extern void bb_show_usage(void) ATTRIBUTE_NORETURN ATTRIBUTE_EXTERNALLY_VISIBLE; |
124 | extern void bb_error_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); | 126 | extern void bb_error_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); |