summaryrefslogblamecommitdiffstats
path: root/twinstallorig.h
blob: ea467a2b9d714954408cb23f5d36e79f01f360b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                     
#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_