mirror of
https://github.com/nginx/nginx.git
synced 2024-12-14 03:39:00 +08:00
11 lines
193 B
C
11 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_ */
|