sc68fordevelopers  2.2.1
/home/mandrake/rpm/BUILD/sc68-2.2.1/file68/gzip68.h
Go to the documentation of this file.
00001 
00011 #ifndef _GZIP68_H_
00012 #define _GZIP68_H_
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00025 int gzip_is_magic(const void * buffer);
00026 
00039 void *gzip_load(const char *fname, int *ulen);
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif
00044 
00045 #endif /* #ifndef _GZIP68_H_ */
00046 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines