nginx/src/http/ngx_http_script.h

19 lines
244 B
C
Raw Normal View History

/*
* Copyright (C) Igor Sysoev
*/
2003-06-02 23:24:30 +08:00
#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_ */