summaryrefslogtreecommitdiff
path: root/include/untgz.h
blob: b91502b51cc8f527b9ea7884e757a42adb59632f (plain)
1
2
3
4
5
6
7
8
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