Change-Id: Ie17582f144e0a5b5a68e2c6d88c26cb9f5a29ee6 (cherry picked from commit 57366118181ad8f78251dc034f55835e6947cc0a)
7 lines
180 B
C
7 lines
180 B
C
#ifndef RECOVERY_TWINSTALL_H_
|
|
#define RECOVERY_TWINSTALL_H_
|
|
|
|
int TWinstall_zip(const char* path, int* wipe_cache, bool check_for_digest = false);
|
|
|
|
#endif // RECOVERY_TWINSTALL_H_
|