Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ngx_http_script.h « http « src - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84b99a0c4208e7a7c364bbfa6b76dcdd7acc66eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

/*
 * 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_ */