summaryrefslogtreecommitdiffstats
path: root/twinstall.h
blob: f60dd26ce00aecd42d433c809cb1abf0065644e8 (plain) (blame)
1
2
3
4
5
6
#ifndef RECOVERY_TWINSTALL_H_
#define RECOVERY_TWINSTALL_H_

int TWinstall_zip(const char* path, int* wipe_cache);

#endif  // RECOVERY_TWINSTALL_H_