8373cfe28c
Change-Id: I29fe722b4eb9718765327902779046840a01433e
7 lines
149 B
C
7 lines
149 B
C
#ifndef RECOVERY_TWINSTALL_H_
|
|
#define RECOVERY_TWINSTALL_H_
|
|
|
|
int TWinstall_zip(const char* path, int* wipe_cache);
|
|
|
|
#endif // RECOVERY_TWINSTALL_H_
|