diff options
Diffstat (limited to 'include/libbb.h')
-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 cd192b9eb..57531e491 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -228,7 +228,7 @@ extern void trim(char *s); | |||
228 | extern char *skip_whitespace(const char *); | 228 | extern char *skip_whitespace(const char *); |
229 | extern char *skip_non_whitespace(const char *); | 229 | extern char *skip_non_whitespace(const char *); |
230 | 230 | ||
231 | extern const char *bb_mode_string(int mode); | 231 | extern const char *bb_mode_string(mode_t mode); |
232 | extern int is_directory(const char *name, int followLinks, struct stat *statBuf); | 232 | extern int is_directory(const char *name, int followLinks, struct stat *statBuf); |
233 | extern int remove_file(const char *path, int flags); | 233 | extern int remove_file(const char *path, int flags); |
234 | extern int copy_file(const char *source, const char *dest, int flags); | 234 | extern int copy_file(const char *source, const char *dest, int flags); |