blob: ea467a2b9d714954408cb23f5d36e79f01f360b0 [file] [log] [blame]
Dees_Troy2673cec2013-04-02 20:22:16 +00001#ifndef RECOVERY_TWINSTALL_H_
2#define RECOVERY_TWINSTALL_H_
Dees_Troy32c8eb82012-09-11 15:28:06 -04003
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
Dees_Troy2673cec2013-04-02 20:22:16 +000014#endif // RECOVERY_TWINSTALL_H_