Handle storage devices that are slow to mount
diff --git a/partitions.hpp b/partitions.hpp
index 3417b8c..30d5511 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -133,6 +133,7 @@
 	bool Make_Dir(string Path, bool Display_Error);                           // Creates a directory if it doesn't already exist
 	bool Find_MTD_Block_Device(string MTD_Name);                              // Finds the mtd block device based on the name from the fstab
 	void Recreate_AndSec_Folder(void);                                        // Recreates the .android_secure folder
+	void Mount_Storage_Retry(void);                                           // Tries multiple times with a half second delay to mount a device in case storage is slow to mount
 
 friend class TWPartitionManager;
 };