diff options
Diffstat (limited to 'twinstall.h')
-rw-r--r-- | twinstall.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/twinstall.h b/twinstall.h new file mode 100644 index 000000000..ea467a2b9 --- /dev/null +++ b/twinstall.h @@ -0,0 +1,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_ |