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 d94dd598e..68e4851db 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -190,6 +190,7 @@ extern int sysinfo(struct sysinfo* info); | |||
190 | extern void chomp(char *s); | 190 | extern void chomp(char *s); |
191 | extern void trim(char *s); | 191 | extern void trim(char *s); |
192 | extern char *skip_whitespace(const char *); | 192 | extern char *skip_whitespace(const char *); |
193 | extern char *skip_non_whitespace(const char *); | ||
193 | 194 | ||
194 | extern const char *bb_mode_string(int mode); | 195 | extern const char *bb_mode_string(int mode); |
195 | extern int is_directory(const char *name, int followLinks, struct stat *statBuf); | 196 | extern int is_directory(const char *name, int followLinks, struct stat *statBuf); |