Add README
[xapian-trec.git] / P98_gzip.h
blob1ea95d5c0a168d33687fe64d31c76860c5d7bc2d
1 /* All the files in this Gunzip directory make a single object file
2 gunzipper.o with the single external interface defined below.
3 */
6 extern "C" int decompress_bundle(unsigned char *cifname, unsigned char *obuf, int obuflen);
8 /* cifname - path to file to be decompressed
9 obuf - buffer into which file is decompressed
10 obuflen - size of said buffer