diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index d57f00e0e..cc2bea32d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1104,6 +1104,7 @@ extern void bb_perror_nomsg_and_die(void) NORETURN FAST_FUNC; | |||
1104 | extern void bb_perror_nomsg(void) FAST_FUNC; | 1104 | extern void bb_perror_nomsg(void) FAST_FUNC; |
1105 | extern void bb_info_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))) FAST_FUNC; | 1105 | extern void bb_info_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))) FAST_FUNC; |
1106 | extern void bb_verror_msg(const char *s, va_list p, const char *strerr) FAST_FUNC; | 1106 | extern void bb_verror_msg(const char *s, va_list p, const char *strerr) FAST_FUNC; |
1107 | extern void bb_logenv_override(void) FAST_FUNC; | ||
1107 | 1108 | ||
1108 | /* We need to export XXX_main from libbusybox | 1109 | /* We need to export XXX_main from libbusybox |
1109 | * only if we build "individual" binaries | 1110 | * only if we build "individual" binaries |