commit | 7578ec9df43bbb31db5291f1b76359d10900a679 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jun 02 15:24:30 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jun 02 15:24:30 2003 +0000 |
tree | 87d7b3cb729c0e07b21d52737fd76e12a0c17d72 | |
parent | aa3436c04c222d57498bfa34c9fdec50f07fd08d [diff] [blame] |
nginx-0.0.1-2003-06-02-19:24:30 import
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h new file mode 100644 index 0000000..d3fd5fb --- /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_ */