Ethan Yonker | 8373cfe | 2017-09-08 06:50:54 -0500 | [diff] [blame] | 1 | #ifndef RECOVERY_TWINSTALL_H_ |
2 | #define RECOVERY_TWINSTALL_H_ | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | |||||
8 | int TWinstall_zip(const char* path, int* wipe_cache); | ||||
9 | |||||
10 | #ifdef __cplusplus | ||||
11 | } | ||||
12 | #endif | ||||
13 | |||||
14 | #endif // RECOVERY_TWINSTALL_H_ |