diff options
Diffstat (limited to 'include/untgz.h')
-rw-r--r-- | include/untgz.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/untgz.h b/include/untgz.h new file mode 100644 index 0000000..b91502b --- /dev/null +++ b/include/untgz.h @@ -0,0 +1,9 @@ +#ifndef UNTGZ_H +#define UNTGZ_H + +#include "zlib.h" + +int untargz(int fd, const char *dest); +int untar(gzFile in, const char *dest); + +#endif
\ No newline at end of file |