~pkgcrosswire/sword/nroff-manpages

1
2
3
4
5
6
7
8
9
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