Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-07 23:19:41 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-12-07 23:19:41 +0300
commitac7586e9520861a78146afe387c981d6be9b4d7b (patch)
treea1ebc66ab56ed98505ed962109d1c19d0bfe7519 /src/core/ngx_crc32.c
parent27dd6a62bd76983e6bdc5c45e108aae816fac761 (diff)
rename ngx_crc32_init() to ngx_crc32_table_init()
ngx_crc32_init(), ngx_crc32_update(), ngx_crc32_final()
Diffstat (limited to 'src/core/ngx_crc32.c')
-rw-r--r--src/core/ngx_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crc32.c b/src/core/ngx_crc32.c
index 64b02ac7a..624510cee 100644
--- a/src/core/ngx_crc32.c
+++ b/src/core/ngx_crc32.c
@@ -102,7 +102,7 @@ uint32_t *ngx_crc32_table_short = ngx_crc32_table16;
ngx_int_t
-ngx_crc32_init(void)
+ngx_crc32_table_init(void)
{
void *p;