aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.h
blob: d3fd5fb8ba6821f8ce2817f2d7421462b29b0f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _NGX_HTTP_SCRIPT_H_INCLUDED_
#define _NGX_HTTP_SCRIPT_H_INCLUDED_


typedef struct {
    handler;
    offset / data;
    size;
} ngx_http_script_code_t;


#endif /* _NGX_HTTP_SCRIPT_H_INCLUDED_ */