diff options
Diffstat (limited to '')
-rw-r--r-- | twinstall.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/twinstall.h b/twinstall.h new file mode 100644 index 000000000..f60dd26ce --- /dev/null +++ b/twinstall.h @@ -0,0 +1,6 @@ +#ifndef RECOVERY_TWINSTALL_H_ +#define RECOVERY_TWINSTALL_H_ + +int TWinstall_zip(const char* path, int* wipe_cache); + +#endif // RECOVERY_TWINSTALL_H_ |