comparison src/http/modules/ngx_http_ssi_filter.c @ 278:0ba4821f4460

nginx-0.0.2-2004-03-04-10:04:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Mar 2004 07:04:55 +0000
parents 008276b9e061
children 87e73f067470
comparison
equal deleted inserted replaced
277:e91499541410 278:0ba4821f4460
19 ssize_t value_len; 19 ssize_t value_len;
20 } ngx_http_ssi_conf_t; 20 } ngx_http_ssi_conf_t;
21 21
22 22
23 typedef struct { 23 typedef struct {
24 int dummy;
24 } ngx_http_ssi_command_t; 25 } ngx_http_ssi_command_t;
25 26
26 27
27 typedef struct { 28 typedef struct {
28 ngx_hunk_t *buf; 29 ngx_hunk_t *buf;