diff src/core/ngx_core.h @ 5125:65b895cd0dfa

Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Mar 2013 16:04:09 +0000
parents 386a06a22c40
children 3a72b1805c52
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -15,7 +15,6 @@ typedef struct ngx_cycle_s       ngx_cyc
 typedef struct ngx_pool_s        ngx_pool_t;
 typedef struct ngx_chain_s       ngx_chain_t;
 typedef struct ngx_log_s         ngx_log_t;
-typedef struct ngx_array_s       ngx_array_t;
 typedef struct ngx_open_file_s   ngx_open_file_t;
 typedef struct ngx_command_s     ngx_command_t;
 typedef struct ngx_file_s        ngx_file_t;