Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
6f57f7c60167b11e0e7769310aa8878d2980a3da
/
.
/
twinstall.h
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_