summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_accept.h
blob: 7596c6e7fddaf18b6c24456a8798e393a09bce78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _NGX_EVENT_ACCEPT_H_INCLUDED_
#define _NGX_EVENT_ACCEPT_H_INCLUDED_


#include <ngx_event.h>

int ngx_event_accept(ngx_event_t *ev);


#endif /* _NGX_EVENT_ACCEPT_H_INCLUDED_ */