From 5f80078c675bc344d12a6a64d97ecafb64de224b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 8 Dec 2003 20:48:12 +0000 Subject: nginx-0.0.1-2003-12-08-23:48:12 import --- src/core/ngx_array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/ngx_array.h') diff --git a/src/core/ngx_array.h b/src/core/ngx_array.h index d6443d6a7..9cef9f33a 100644 --- a/src/core/ngx_array.h +++ b/src/core/ngx_array.h @@ -6,13 +6,13 @@ #include -typedef struct { +struct ngx_array_s { void *elts; int nelts; size_t size; int nalloc; ngx_pool_t *pool; -} ngx_array_t; +}; ngx_array_t *ngx_create_array(ngx_pool_t *p, int n, size_t size); -- cgit v1.2.3