Files
twrp_multirom_m86/twinstall.h
Dees_Troy 2673cec07a Move all AOSP code out of recovery binary
Improves license compatibility between GPL and Apache

Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2013-04-04 18:57:34 +00:00

15 lines
218 B
C

#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_