2.6.0.0

Also copy recovery.fstab to cache and create a storage.fstab in
cache for app/apk use.
diff --git a/partitions.hpp b/partitions.hpp
index 3ed4da6..efe08d7 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -210,6 +210,7 @@
 	virtual int Fix_Permissions(); 
 	virtual void Get_Partition_List(string ListType, std::vector<PartitionList> *Partition_List);
 	virtual int Fstab_Processed();                                            // Indicates if the fstab has been processed or not
+	virtual void Output_Storage_Fstab();                                      // Creates a /cache/recovery/storage.fstab file with a list of all potential storage locations for app use
 
 private:
 	bool Make_MD5(bool generate_md5, string Backup_Folder, string Backup_Filename); // Generates an MD5 after a backup is made