diff options
Diffstat (limited to 'include/libbb.h')
-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 cb6336474..135d9111d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -874,6 +874,7 @@ char *xmalloc_substitute_string(const char *src, int count, const char *sub, con | |||
874 | int bb_putchar(int ch) FAST_FUNC; | 874 | int bb_putchar(int ch) FAST_FUNC; |
875 | /* Note: does not use stdio, writes to fd 2 directly */ | 875 | /* Note: does not use stdio, writes to fd 2 directly */ |
876 | int bb_putchar_stderr(char ch) FAST_FUNC; | 876 | int bb_putchar_stderr(char ch) FAST_FUNC; |
877 | int fputs_stdout(const char *s) FAST_FUNC; | ||
877 | char *xasprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))) FAST_FUNC RETURNS_MALLOC; | 878 | char *xasprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))) FAST_FUNC RETURNS_MALLOC; |
878 | char *auto_string(char *str) FAST_FUNC; | 879 | char *auto_string(char *str) FAST_FUNC; |
879 | // gcc-4.1.1 still isn't good enough at optimizing it | 880 | // gcc-4.1.1 still isn't good enough at optimizing it |