From aabfdfe3fcbcf718b30872c98568581d7e7e6cca Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Fri, 31 Jul 2020 16:24:59 +0200 Subject: implement config dirs and unpack tars to them --- src/tar.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/tar.h (limited to 'src/tar.h') 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 -- cgit v1.2.3