summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2.h')
-rw-r--r--fs/ext2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2.h b/fs/ext2.h
index 63684da..3a2f800 100644
--- a/fs/ext2.h
+++ b/fs/ext2.h
@@ -136,4 +136,5 @@ size_t ext2_read_file_offset(const char *file, unsigned char *data,
uint64_t *file_size);
size_t ext2_read_file(const char *file, unsigned char *data, size_t size,
uint64_t *file_size);
+int ext2_create_directory(const char *path, int mode);
#endif