OSDN Git Service

should make recursive directory
[lha/olha.git] / prototypes.h
index cd688c7..a218feb 100644 (file)
@@ -49,8 +49,11 @@ char *next_field P_((char *s));
 char *strip_space P_((char *s));
 /* pathlib.c */
 int path_addsep P_((char *path, size_t size));
-char *xbasename P_((char *path));
+char *basename P_((char *path));
+char *dirname P_((char *path));
 int makepath P_((char *dest, int dest_size, char *dir, char *file, char *ext));
+int mkdir_p P_((char *dir, mode_t mode));
+int mkdir_parent P_((char *file));
 /* filelib.c */
 int file_exists P_((char *file));
 int file_mtime P_((char *file, time_t *t));