blob: ea467a2b9d714954408cb23f5d36e79f01f360b0 [file] [log] [blame]
Ethan Yonker8373cfe2017-09-08 06:50:54 -05001#ifndef RECOVERY_TWINSTALL_H_
2#define RECOVERY_TWINSTALL_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8int TWinstall_zip(const char* path, int* wipe_cache);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif // RECOVERY_TWINSTALL_H_