Stream: removed useless typedef.

This commit is contained in:
Roman Arutyunyan 2016-02-11 14:20:22 +03:00
parent 6b2e4f336c
commit 1cdd0cc421

View File

@ -10,9 +10,6 @@
#include <ngx_stream.h>
typedef void (*ngx_stream_proxy_handler_pt)(ngx_stream_session_t *s);
typedef struct {
ngx_msec_t connect_timeout;
ngx_msec_t timeout;