diff options
Diffstat (limited to 'src/tar.h')
-rw-r--r-- | src/tar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |