comparison src/http/ngx_http_script.h @ 2758:77264e0157ad

-p and --prefix=
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Apr 2009 11:32:33 +0000
parents ad99a49cd313
children 42c16d8bddbe
comparison
equal deleted inserted replaced
2757:9cc973b46af1 2758:77264e0157ad
151 #endif 151 #endif
152 152
153 153
154 typedef struct { 154 typedef struct {
155 ngx_http_script_code_pt code; 155 ngx_http_script_code_pt code;
156 uintptr_t prefix; 156 uintptr_t conf_prefix;
157 } ngx_http_script_full_name_code_t; 157 } ngx_http_script_full_name_code_t;
158 158
159 159
160 typedef struct { 160 typedef struct {
161 ngx_http_script_code_pt code; 161 ngx_http_script_code_pt code;