From 7578ec9df43bbb31db5291f1b76359d10900a679 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Jun 2003 15:24:30 +0000 Subject: nginx-0.0.1-2003-06-02-19:24:30 import --- src/http/ngx_http_script.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/http/ngx_http_script.h (limited to 'src/http/ngx_http_script.h') diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h new file mode 100644 index 000000000..d3fd5fb8b --- /dev/null +++ b/src/http/ngx_http_script.h @@ -0,0 +1,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_ */ -- cgit