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