diff options
Diffstat (limited to 'src/core/ngx_crc32.h')
-rw-r--r-- | src/core/ngx_crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crc32.h b/src/core/ngx_crc32.h index 7c1827933..7d5279d36 100644 --- a/src/core/ngx_crc32.h +++ b/src/core/ngx_crc32.h @@ -49,7 +49,7 @@ ngx_crc32_long(u_char *p, size_t len) } -ngx_int_t ngx_crc32_init(ngx_pool_t *pool); +ngx_int_t ngx_crc32_init(void); #endif /* _NGX_CRC32_H_INCLUDED_ */ |