aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-11-21 12:26:10 +0100
committerJan200101 <sentrycraft123@gmail.com>2020-11-21 12:26:10 +0100
commit79fd4e76c6a2e572236bbc7e7b848f5d46242845 (patch)
treef23c52bac22f1ed600517fd6b6ca7121e8c9b3d0 /src/tar.h
parentf04dd5c8669abafff7f4a17eecf560254b7ed27e (diff)
downloadpolecat-79fd4e76c6a2e572236bbc7e7b848f5d46242845.tar.gz
polecat-79fd4e76c6a2e572236bbc7e7b848f5d46242845.zip
add required header to tar.h, quote default string and version number
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tar.h b/src/tar.h
index ab68566..a91a344 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,6 +1,8 @@
#ifndef TAR_H
#define TAR_H
+#include "common.h"
+
void extract(const struct MemoryStruct* tar, const char* outputdir);
#endif \ No newline at end of file