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 a7f32e21e..c4734e86d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -916,6 +916,7 @@ char *xmalloc_substitute_string(const char *src, int count, const char *sub, con | |||
916 | int bb_putchar(int ch) FAST_FUNC; | 916 | int bb_putchar(int ch) FAST_FUNC; |
917 | /* Note: does not use stdio, writes to fd 2 directly */ | 917 | /* Note: does not use stdio, writes to fd 2 directly */ |
918 | int bb_putchar_stderr(char ch) FAST_FUNC; | 918 | int bb_putchar_stderr(char ch) FAST_FUNC; |
919 | int fputs_stdout(const char *s) FAST_FUNC; | ||
919 | char *xasprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))) FAST_FUNC RETURNS_MALLOC; | 920 | char *xasprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))) FAST_FUNC RETURNS_MALLOC; |
920 | char *auto_string(char *str) FAST_FUNC; | 921 | char *auto_string(char *str) FAST_FUNC; |
921 | // gcc-4.1.1 still isn't good enough at optimizing it | 922 | // gcc-4.1.1 still isn't good enough at optimizing it |