#ifndef _NGX_HTTP_SSI_FILTER_H_INCLUDED_
#define _NGX_HTTP_SSI_FILTER_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#define NGX_HTTP_SSI_MAX_PARAMS …
#define NGX_HTTP_SSI_COMMAND_LEN …
#define NGX_HTTP_SSI_PARAM_LEN …
#define NGX_HTTP_SSI_PARAMS_N …
#define NGX_HTTP_SSI_COND_IF …
#define NGX_HTTP_SSI_COND_ELSE …
#define NGX_HTTP_SSI_NO_ENCODING …
#define NGX_HTTP_SSI_URL_ENCODING …
#define NGX_HTTP_SSI_ENTITY_ENCODING …
ngx_http_ssi_main_conf_t;
ngx_http_ssi_ctx_t;
ngx_http_ssi_command_pt;
ngx_http_ssi_param_t;
ngx_http_ssi_command_t;
extern ngx_module_t ngx_http_ssi_filter_module;
#endif