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

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_listen.h')
-rw-r--r--src/core/ngx_listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_listen.h b/src/core/ngx_listen.h
index ea614ef42..1824ef17c 100644
--- a/src/core/ngx_listen.h
+++ b/src/core/ngx_listen.h
@@ -22,7 +22,7 @@ typedef struct {
int protocol;
int flags; /* Winsock2 flags */
- int (*handler)(ngx_connection_t *c); /* handler of accepted
+ void (*handler)(ngx_connection_t *c); /* handler of accepted
connection */
void *ctx; /* ngx_http_conf_ctx_t, for example */
void *servers; /* array of ngx_http_in_addr_t, for example */