comparison src/http/ngx_http_script.h @ 99:a059e1aa65d4

nginx-0.0.1-2003-06-02-19:24:30 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Jun 2003 15:24:30 +0000
parents
children da8c5707af39
comparison
equal deleted inserted replaced
98:c9b243802a17 99:a059e1aa65d4
1 #ifndef _NGX_HTTP_SCRIPT_H_INCLUDED_
2 #define _NGX_HTTP_SCRIPT_H_INCLUDED_
3
4
5 typedef struct {
6 handler;
7 offset / data;
8 size;
9 } ngx_http_script_code_t;
10
11
12 #endif /* _NGX_HTTP_SCRIPT_H_INCLUDED_ */