mirror of
https://github.com/meizu-m86/twrp_multirom_m86
synced 2025-11-04 06:15:41 +08:00
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
15 lines
218 B
C
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_
|