summaryrefslogtreecommitdiffstats
path: root/twinstall.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--twinstall.h6
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_