Home Download Musics Developers
API Sources Tools File Format Technicals

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 
00033 int gzip_is_magic(const void * buffer);
00034 
00047 void *gzip_load(const char *fname, int *ulen);
00048 
00053 #ifdef __cplusplus
00054 }
00055 #endif
00056 
00057 #endif /* #ifndef _GZIP68_H_ */
00058