diff options
Diffstat (limited to 'include')
-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 96f33340e..1cbe2c8b4 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -650,6 +650,8 @@ char *xstrndup(const char *s, int n) FAST_FUNC RETURNS_MALLOC; | |||
650 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; | 650 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; |
651 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; | 651 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; |
652 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; | 652 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; |
653 | unsigned count_strstr(const char *str, const char *sub) FAST_FUNC; | ||
654 | char *xmalloc_substitute_string(const char *src, int count, const char *sub, const char *repl) FAST_FUNC; | ||
653 | /* Guaranteed to NOT be a macro (smallest code). Saves nearly 2k on uclibc. | 655 | /* Guaranteed to NOT be a macro (smallest code). Saves nearly 2k on uclibc. |
654 | * But potentially slow, don't use in one-billion-times loops */ | 656 | * But potentially slow, don't use in one-billion-times loops */ |
655 | int bb_putchar(int ch) FAST_FUNC; | 657 | int bb_putchar(int ch) FAST_FUNC; |