aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_script.h')
-rw-r--r--src/http/ngx_http_script.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h
index ea97069e6..90a4e1a06 100644
--- a/src/http/ngx_http_script.h
+++ b/src/http/ngx_http_script.h
@@ -114,10 +114,9 @@ typedef struct {
typedef struct {
ngx_http_script_code_pt code;
- ngx_regex_t *regex;
+ ngx_http_regex_t *regex;
ngx_array_t *lengths;
uintptr_t size;
- uintptr_t ncaptures;
uintptr_t status;
uintptr_t next;