diff options
Diffstat (limited to 'twrpDigestDriver.hpp')
-rwxr-xr-x[-rw-r--r--] | twrpDigestDriver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpDigestDriver.hpp b/twrpDigestDriver.hpp index 6902c8ec6..64e977833 100644..100755 --- a/twrpDigestDriver.hpp +++ b/twrpDigestDriver.hpp @@ -24,7 +24,7 @@ class twrpDigestDriver { public: - static bool Check_Restore_File_Digest(const string& Filename); //Check the digest of a TWRP partition backup + static bool Check_File_Digest(const string& Filename); //Check the digest of a TWRP partition backup static bool Check_Digest(string Full_Filename); //Check to make sure the digest is correct static bool Write_Digest(string Full_Filename); //Write the digest to a file static bool Make_Digest(string Full_Filename); //Create the digest for a partition backup |