aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tar.h b/src/tar.h
new file mode 100644
index 0000000..4235583
--- /dev/null
+++ b/src/tar.h
@@ -0,0 +1,6 @@
+#ifndef TAR_H
+#define TAR_H
+
+void extract(const char* filename, const char* outputdir);
+
+#endif \ No newline at end of file