summaryrefslogtreecommitdiff
path: root/include/untgz.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/untgz.h')
-rw-r--r--include/untgz.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/untgz.h b/include/untgz.h
new file mode 100644
index 0000000..24ac8cf
--- /dev/null
+++ b/include/untgz.h
@@ -0,0 +1,10 @@
+#ifndef UNTGZ_H
+#define UNTGZ_H
+
+#include "zlib.h"
+
+int untargz(int fd, const char *dest);
+int untar(gzFile in, const char *dest);
+
+#endif
+