diff options
Diffstat (limited to '')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1298,7 +1298,7 @@ ZEXTERN int ZEXPORT gzwrite OF((gzFile file, | |||
1298 | error. | 1298 | error. |
1299 | */ | 1299 | */ |
1300 | 1300 | ||
1301 | ZEXTERN int ZEXPORTVA gzprintf ON((gzFile file, const char *format, ...)); | 1301 | ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); |
1302 | /* | 1302 | /* |
1303 | Converts, formats, and writes the arguments to the compressed file under | 1303 | Converts, formats, and writes the arguments to the compressed file under |
1304 | control of the format string, as in fprintf. gzprintf returns the number of | 1304 | control of the format string, as in fprintf. gzprintf returns the number of |