diff options
Diffstat (limited to 'vold/volmgr_vfat.h')
-rw-r--r-- | vold/volmgr_vfat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vold/volmgr_vfat.h b/vold/volmgr_vfat.h index 2bd9fed..d9cf04d 100644 --- a/vold/volmgr_vfat.h +++ b/vold/volmgr_vfat.h @@ -25,5 +25,5 @@ int vfat_identify(blkdev_t *blkdev); int vfat_check(blkdev_t *blkdev); -int vfat_mount(blkdev_t *blkdev, volume_t *vol); +int vfat_mount(blkdev_t *blkdev, volume_t *vol, boolean safe_mode); #endif |