aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-02 14:41:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-07-02 14:41:17 +0000
commit96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23 (patch)
tree643c8cf608d27cb9db0624d7099258891ac63689 /src/core/ngx_core.h
parentbc5c28714a2db990e9d1bfca66480efeb7b6052a (diff)
downloadnginx-96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23.tar.gz
nginx-96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23.zip
nginx-0.0.1-2003-07-02-18:41:17 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index a1a7c06f0..52ba59b57 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -10,7 +10,8 @@
typedef struct ngx_module_s ngx_module_t;
typedef struct ngx_conf_s ngx_conf_t;
-typedef struct ngx_open_file_s ngx_open_file_t;;
+typedef struct ngx_cycle_s ngx_cycle_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;