aboutsummaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zlib.h b/zlib.h
index ee38237..e3f11eb 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1753,6 +1753,12 @@ ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp));
1753ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, 1753ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path,
1754 const char *mode)); 1754 const char *mode));
1755#endif 1755#endif
1756#if defined(STDC) || defined(Z_HAVE_STDARG_H)
1757# ifndef Z_SOLO
1758ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file, const char *format,
1759 va_list va));
1760# endif
1761#endif
1756 1762
1757#ifdef __cplusplus 1763#ifdef __cplusplus
1758} 1764}