1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef RECOVERY_TWINSTALL_H_ #define RECOVERY_TWINSTALL_H_ #ifdef __cplusplus extern "C" { #endif int TWinstall_zip(const char* path, int* wipe_cache); #ifdef __cplusplus } #endif #endif // RECOVERY_TWINSTALL_H_