The Sword Project: untgz.h Source File |
00001 #ifndef UNTGZ_H 00002 #define UNTGZ_H 00003 00004 #include "zlib.h" 00005 00006 int untargz(int fd, const char *dest); 00007 int untar(gzFile in, const char *dest); 00008 00009 #endif 00010
The SWORD Project; P. O. Box 2528; Tempe, AZ 85280-2528 USA |