diff options
Diffstat (limited to 'src/tar.h')
-rw-r--r-- | src/tar.h | 6 |
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 |