aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-07-31 16:24:59 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-07-31 16:24:59 +0200
commitaabfdfe3fcbcf718b30872c98568581d7e7e6cca (patch)
treeb8b1d94814c9d339c6d6bb019f1fff9e4ccb2406 /src/tar.h
parent83e4ea0f70ba75f337615ee847f85d4be630686b (diff)
downloadpolecat-aabfdfe3fcbcf718b30872c98568581d7e7e6cca.tar.gz
polecat-aabfdfe3fcbcf718b30872c98568581d7e7e6cca.zip
implement config dirs and unpack tars to them0.1.1
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