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 357571fd8..976120e72 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -263,6 +263,8 @@ extern void chomp(char *s) FAST_FUNC; | |||
263 | extern void trim(char *s) FAST_FUNC; | 263 | extern void trim(char *s) FAST_FUNC; |
264 | extern char *skip_whitespace(const char *) FAST_FUNC; | 264 | extern char *skip_whitespace(const char *) FAST_FUNC; |
265 | extern char *skip_non_whitespace(const char *) FAST_FUNC; | 265 | extern char *skip_non_whitespace(const char *) FAST_FUNC; |
266 | extern char *skip_dev_pfx(const char *tty_name) FAST_FUNC; | ||
267 | |||
266 | extern char *strrstr(const char *haystack, const char *needle) FAST_FUNC; | 268 | extern char *strrstr(const char *haystack, const char *needle) FAST_FUNC; |
267 | 269 | ||
268 | //TODO: supply a pointer to char[11] buffer (avoid statics)? | 270 | //TODO: supply a pointer to char[11] buffer (avoid statics)? |