Clean up the addition of gzvprintf.

This commit is contained in:
Mark Adler
2013-03-23 23:47:15 -07:00
parent f0546c8e34
commit 0aac8cf7c4
10 changed files with 13 additions and 3 deletions

5
zlib.h
View File

@@ -1755,8 +1755,9 @@ ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path,
#endif
#if defined(STDC) || defined(Z_HAVE_STDARG_H)
# ifndef Z_SOLO
ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file, const char *format,
va_list va));
ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file,
const char *format,
va_list va));
# endif
#endif