/* =========================================================================
* This function can be used by asm versions of crc32()
*/
-const uint32_t * ZEXPORT get_crc_table()
+const uint32_t * ZEXPORT get_crc_table(void)
{
#ifdef DYNAMIC_CRC_TABLE
if (crc_table_empty)
* to avoid allocating a large strm->next_out buffer and copying into it.
* (See also read_buf()).
*/
-ZLIB_INTERNAL void flush_pending(strm)
- z_stream *strm;
+ZLIB_INTERNAL void flush_pending(z_stream *strm)
{
unsigned len;
deflate_state *s = strm->state;
/* ===========================================================================
* Initialize the various 'constant' tables.
*/
-local void tr_static_init()
+local void tr_static_init(void)
{
#if defined(GEN_TREES_H)
static int static_init_done = 0;
const char zlibng_string[] =
" zlib-ng 1.9.9 forked from zlib 1.2.8 ";
-const char * ZEXPORT zlibVersion()
+const char * ZEXPORT zlibVersion(void)
{
return ZLIB_VERSION;
}
-uLong ZEXPORT zlibCompileFlags()
+uLong ZEXPORT zlibCompileFlags(void)
{
uLong flags;