/[projects]/misc/piggyback/gzcompress.h
ViewVC logotype

Contents of /misc/piggyback/gzcompress.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 328 - (show annotations) (download)
Wed Sep 16 20:13:41 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/plain
File size: 319 byte(s)
Added some old code for storage/ reference


1 /*
2 * gzcompress.h (C) 2005 by Torben H. Nielsen <torben@t-hoerup.dk>
3 */
4
5 #ifndef GZCOMPRESS_H
6 #define GZCOMPRESS_H
7
8 #include <zlib.h>
9
10 void gzcompress_init();
11 void gzcompress_update();
12 void gzcompress_final();
13
14 void gzdecompress_init();
15 void gzdecompress_update();
16 void gzdecompress_final();
17
18
19 #endif //GZCOMPRESS_H

  ViewVC Help
Powered by ViewVC 1.1.20