Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
9d0781836518243781141b5a0d5e1ee2f6738bbf
/
.
/
twinstallorig.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_