diff src/core/ngx_crc32.c @ 1694:8c696afe46b3

rename ngx_crc32_init() to ngx_crc32_table_init() ngx_crc32_init(), ngx_crc32_update(), ngx_crc32_final()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Dec 2007 20:19:41 +0000
parents 8902a211b00e
children d620f497c50f
line wrap: on
line diff
--- a/src/core/ngx_crc32.c
+++ b/src/core/ngx_crc32.c
@@ -102,7 +102,7 @@ uint32_t *ngx_crc32_table_short = ngx_cr
 
 
 ngx_int_t
-ngx_crc32_init(void)
+ngx_crc32_table_init(void)
 {
     void  *p;