view src/http/ngx_http_script.h @ 463:1f31dc6d33a3 release-0.1.6

nginx-0.1.6-RELEASE import *) Bugfix: some location directive combinations with the regular expressions caused the wrong configuration choose.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Nov 2004 20:58:09 +0000
parents 42d11f017717
children c52408583801
line wrap: on
line source


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