mirror of
https://github.com/nginx/nginx.git
synced 2024-12-16 22:47:47 +08:00
19 lines
244 B
C
19 lines
244 B
C
|
|
/*
|
|
* Copyright (C) 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_ */
|