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

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 Fri Feb 28 22:01:39 2003 for The Sword Project by doxygen1.3-rc3