Main Page   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 at Tue Jan 22 14:52:48 2002 for The Sword Project by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001