diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6a2a2d640..6077f64c9 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -347,7 +347,7 @@ unsigned long long monotonic_ms(void) FAST_FUNC; | |||
347 | unsigned monotonic_sec(void) FAST_FUNC; | 347 | unsigned monotonic_sec(void) FAST_FUNC; |
348 | 348 | ||
349 | extern void chomp(char *s) FAST_FUNC; | 349 | extern void chomp(char *s) FAST_FUNC; |
350 | extern void trim(char *s) FAST_FUNC; | 350 | extern char *trim(char *s) FAST_FUNC; |
351 | extern char *skip_whitespace(const char *) FAST_FUNC; | 351 | extern char *skip_whitespace(const char *) FAST_FUNC; |
352 | extern char *skip_non_whitespace(const char *) FAST_FUNC; | 352 | extern char *skip_non_whitespace(const char *) FAST_FUNC; |
353 | extern char *skip_dev_pfx(const char *tty_name) FAST_FUNC; | 353 | extern char *skip_dev_pfx(const char *tty_name) FAST_FUNC; |