comparison src/http/modules/ngx_http_ssl_filter.h @ 383:c05876036128

nginx-0.0.7-2004-07-08-19:17:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2004 15:17:47 +0000
parents
children e7054aaedf68
comparison
equal deleted inserted replaced
382:449c4885dcd1 383:c05876036128
1 #ifndef _NGX_HTTP_SSL_FILTER_H_INCLUDED_
2 #define _NGX_HTTP_SSL_FILTER_H_INCLUDED_
3
4
5 #include <ngx_config.h>
6 #include <ngx_core.h>
7 #include <ngx_http.h>
8
9
10 ngx_int_t ngx_http_ssl_read(ngx_http_request_t *r);
11
12
13 #endif /* _NGX_HTTP_SSL_FILTER_H_INCLUDED_ */