view src/http/ngx_http_script.h @ 442:464aaa791e2b

nginx-0.1.0-2004-09-28-19:44:42 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Sep 2004 15:44:42 +0000
parents da8c5707af39
children 42d11f017717
line wrap: on
line source


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