blob: f60dd26ce00aecd42d433c809cb1abf0065644e8 [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
Dees_Troy32c8eb82012-09-11 15:28:06 -04004int TWinstall_zip(const char* path, int* wipe_cache);
5
Dees_Troy2673cec2013-04-02 20:22:16 +00006#endif // RECOVERY_TWINSTALL_H_