Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

untgz.h

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

Generated on Thu Jun 20 22:13:01 2002 for The Sword Project by doxygen1.2.15