diff options
Diffstat (limited to 'contrib/infback9/infback9.h')
-rw-r--r-- | contrib/infback9/infback9.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/infback9/infback9.h b/contrib/infback9/infback9.h index 1073c0a..8371b4e 100644 --- a/contrib/infback9/infback9.h +++ b/contrib/infback9/infback9.h | |||
@@ -20,14 +20,14 @@ | |||
20 | extern "C" { | 20 | extern "C" { |
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm, | 23 | ZEXTERN int ZEXPORT inflateBack9(z_stream FAR *strm, |
24 | in_func in, void FAR *in_desc, | 24 | in_func in, void FAR *in_desc, |
25 | out_func out, void FAR *out_desc)); | 25 | out_func out, void FAR *out_desc); |
26 | ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm)); | 26 | ZEXTERN int ZEXPORT inflateBack9End(z_stream FAR *strm); |
27 | ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm, | 27 | ZEXTERN int ZEXPORT inflateBack9Init_(z_stream FAR *strm, |
28 | unsigned char FAR *window, | 28 | unsigned char FAR *window, |
29 | const char *version, | 29 | const char *version, |
30 | int stream_size)); | 30 | int stream_size); |
31 | #define inflateBack9Init(strm, window) \ | 31 | #define inflateBack9Init(strm, window) \ |
32 | inflateBack9Init_((strm), (window), \ | 32 | inflateBack9Init_((strm), (window), \ |
33 | ZLIB_VERSION, sizeof(z_stream)) | 33 | ZLIB_VERSION, sizeof(z_stream)) |