summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-21 20:52:18 +0200
committerDees Troy <dees_troy@teamw.in>2016-05-03 19:21:43 +0200
commit4ab42b1831da7085bdadb51e3709cb2e5837ef69 (patch)
treec0ec2bc0e7a87c4bb6381bda0c3cd89649d2834f /partitions.hpp
parentRewrite TWRP fstab flag processing (diff)
downloadandroid_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.tar
android_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.tar.gz
android_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.tar.bz2
android_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.tar.lz
android_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.tar.xz
android_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.tar.zst
android_bootable_recovery-4ab42b1831da7085bdadb51e3709cb2e5837ef69.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp
index 91c803698..aafc4d4b8 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -100,7 +100,7 @@ private:
void Apply_TW_Flag(const unsigned flag, const char* str, const bool val); // Apply custom twrp fstab flags
void Process_TW_Flags(char *flags, bool Display_Error); // Process custom twrp fstab flags
- bool Process_FS_Flags(string& Options, int& Flags); // Process standard fstab fs flags
+ void Process_FS_Flags(const char *str); // Process standard fstab fs flags
bool Is_File_System(string File_System); // Checks to see if the file system given is considered a file system
bool Is_Image(string File_System); // Checks to see if the file system given is considered an image
void Setup_File_System(bool Display_Error); // Sets defaults for a file system partition