Sign in
nginx
/
nginx
/
55168f6b6bca2d9aafc11ada25b514f7ac99d34f
/
.
/
src
/
http
/
ngx_http_script.h
blob: 84b99a0c4208e7a7c364bbfa6b76dcdd7acc66eb [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2002-2004 Igor Sysoev
*/
#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_ */