diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-27 11:32:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-27 11:32:33 +0000 |
commit | 5ef370df40b46b431f2c65d5a35d79569c647fc8 (patch) | |
tree | 8ef57a278e29261bcf160c9ab3fc248cfd674cf1 /src/http/ngx_http_script.h | |
parent | df585ef949c801d15a915c380583a60f032754b5 (diff) | |
download | nginx-5ef370df40b46b431f2c65d5a35d79569c647fc8.tar.gz nginx-5ef370df40b46b431f2c65d5a35d79569c647fc8.zip |
-p and --prefix=
Diffstat (limited to 'src/http/ngx_http_script.h')
-rw-r--r-- | src/http/ngx_http_script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h index d5a50b915..ea97069e6 100644 --- a/src/http/ngx_http_script.h +++ b/src/http/ngx_http_script.h @@ -153,7 +153,7 @@ typedef struct { typedef struct { ngx_http_script_code_pt code; - uintptr_t prefix; + uintptr_t conf_prefix; } ngx_http_script_full_name_code_t; |