aboutsummaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 6728d89..3121b0a 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1298,7 +1298,7 @@ ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1298 error. 1298 error.
1299*/ 1299*/
1300 1300
1301ZEXTERN int ZEXPORTVA gzprintf ON((gzFile file, const char *format, ...)); 1301ZEXTERN 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