10 lines
193 B
C
10 lines
193 B
C
#ifndef _NGX_EVENT_CLOSE_H_INCLUDED_
|
|
#define _NGX_EVENT_CLOSE_H_INCLUDED_
|
|
|
|
|
|
#include <ngx_event.h>
|
|
|
|
int ngx_event_close_connection(ngx_event_t *ev);
|
|
|
|
|
|
#endif /* _NGX_EVENT_CLOSE_H_INCLUDED_ */
|