summaryrefslogtreecommitdiff
path: root/srcache-nginx-module-0.33/src/ngx_http_srcache_store.h
blob: 08aaf5656954b8a44d6f2f98f02d84bf3f531ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (C) Yichun Zhang (agentzh)
 */


#ifndef _NGX_HTTP_SRCACHE_STORE_H_INCLUDED_
#define _NGX_HTTP_SRCACHE_STORE_H_INCLUDED_


#include "ngx_http_srcache_filter_module.h"


extern ngx_http_output_header_filter_pt  ngx_http_srcache_next_header_filter;
extern ngx_http_output_body_filter_pt    ngx_http_srcache_next_body_filter;


ngx_int_t ngx_http_srcache_filter_init(ngx_conf_t *cf);


#endif /* _NGX_HTTP_SRCACHE_STORE_H_INCLUDED_ */

/* vi:set ft=c ts=4 sw=4 et fdm=marker: */