summaryrefslogtreecommitdiffstats
path: root/source/install-zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/install-zip.h')
-rw-r--r--source/install-zip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/install-zip.h b/source/install-zip.h
new file mode 100644
index 0000000..4bc408a
--- /dev/null
+++ b/source/install-zip.h
@@ -0,0 +1,6 @@
+#ifndef ZIP_H
+#define ZIP_H
+
+void unZip(char zipFilePath[]);
+
+#endif