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