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 Thu May 24 19:50:26 2001 for The Sword Project by doxygen1.1.5 written by Dimitri van Heesch, © 1997-2000