mirror of
https://github.com/nginx/nginx.git
synced 2025-01-05 23:07:49 +08:00
11 lines
182 B
C
11 lines
182 B
C
|
#ifndef _NGX_EVENT_CLOSE_H_INCLUDED_
|
||
|
#define _NGX_EVENT_CLOSE_H_INCLUDED_
|
||
|
|
||
|
|
||
|
#include <ngx_event.h>
|
||
|
|
||
|
int ngx_event_close(ngx_event_t *ev);
|
||
|
|
||
|
|
||
|
#endif /* _NGX_EVENT_CLOSE_H_INCLUDED_ */
|