summaryrefslogtreecommitdiffstats
path: root/vold/volmgr_ext3.h
diff options
context:
space:
mode:
Diffstat (limited to 'vold/volmgr_ext3.h')
-rw-r--r--vold/volmgr_ext3.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/vold/volmgr_ext3.h b/vold/volmgr_ext3.h
index a8bac19..bfe882a 100644
--- a/vold/volmgr_ext3.h
+++ b/vold/volmgr_ext3.h
@@ -21,9 +21,7 @@
#include "volmgr.h"
#include "blkdev.h"
-
-
-int ext3_identify(blkdev_t *blkdev);
-int ext3_check(blkdev_t *blkdev);
-int ext3_mount(blkdev_t *blkdev, volume_t *vol);
+int ext_identify(blkdev_t *blkdev);
+int ext_check(blkdev_t *blkdev);
+int ext_mount(blkdev_t *blkdev, volume_t *vol, boolean safe_mode);
#endif