blob: ea467a2b9d714954408cb23f5d36e79f01f360b0 [file] [log] [blame]
#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_