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