2002-08-07 00:39:45 +08:00
|
|
|
#ifndef _NGX_EVENT_CLOSE_H_INCLUDED_
|
|
|
|
#define _NGX_EVENT_CLOSE_H_INCLUDED_
|
|
|
|
|
|
|
|
|
|
|
|
#include <ngx_event.h>
|
|
|
|
|
2002-08-26 23:18:19 +08:00
|
|
|
int ngx_event_close_connection(ngx_event_t *ev);
|
2002-08-07 00:39:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* _NGX_EVENT_CLOSE_H_INCLUDED_ */
|