Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ngx_event_accept.h « event « src - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7596c6e7fddaf18b6c24456a8798e393a09bce78 (plain)
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_ */