OSDN Git Service

Add support for sparse ext4 image creation.
[android-x86/system-extras.git] / ext4_utils / make_ext4fs.h
index 4045e6a..8c6b259 100644 (file)
@@ -22,6 +22,6 @@
 
 void reset_ext4fs_info();
 int make_ext4fs(const char *filename, const char *directory,
-                char *mountpoint, int android, int gzip);
+                char *mountpoint, int android, int gzip, int sparse);
 
 #endif