diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index e42ca9f2b..c83cb7e7c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -243,6 +243,10 @@ extern FILE *gz_open(FILE *compressed_file, int *pid); | |||
243 | 243 | ||
244 | extern struct hostent *xgethostbyname(const char *name); | 244 | extern struct hostent *xgethostbyname(const char *name); |
245 | 245 | ||
246 | char *dirname (const char *path); | ||
247 | char *strdup_substr (const char *s, int start, int end); | ||
248 | int make_directory (char *path, mode_t mode, int flags); | ||
249 | |||
246 | #define CT_AUTO 0 | 250 | #define CT_AUTO 0 |
247 | #define CT_UNIX2DOS 1 | 251 | #define CT_UNIX2DOS 1 |
248 | #define CT_DOS2UNIX 2 | 252 | #define CT_DOS2UNIX 2 |