diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 02:51:29 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 02:51:29 +0000 |
commit | 0de9375ee6e766cf15942c6582c79b0ac6d310f5 (patch) | |
tree | 69a866577fc99e3e0c3153f486f22a2e675028a0 /include/libbb.h | |
parent | c4f623ef2a7980a63de7c9f1d539a656b83f10e7 (diff) | |
download | busybox-w32-0de9375ee6e766cf15942c6582c79b0ac6d310f5.tar.gz busybox-w32-0de9375ee6e766cf15942c6582c79b0ac6d310f5.tar.bz2 busybox-w32-0de9375ee6e766cf15942c6582c79b0ac6d310f5.zip |
leftover of e2fsck surgery
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); |