summaryrefslogtreecommitdiffstats
path: root/mkdir.h
blob: 32a86f7bfa4ab69ace5a709799de15094f3a6332 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef E2TOOLS_MKDIR_H
#define E2TOOLS_MKDIR_H

/* from mkdir.c */
extern long e2mkdir(int argc, char *argv[]);
extern long create_dir(ext2_filsys fs, ext2_ino_t root, ext2_ino_t *cwd,
                       char *dirname, struct stat *def_stat);
extern long change_cwd(ext2_filsys fs, ext2_ino_t root, ext2_ino_t *cwd,
		       char *dirname);

#endif /* !E2TOOLS_MKDIR_H */