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:
authorIgor Sysoev <igor@sysoev.ru>2009-05-05 17:12:59 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-05 17:12:59 +0400
commit00bd137064114d5d5c8023efeeafdc18056a7c78 (patch)
tree6318d6e7fc9b14dff9bc35d3af61130b96f8208e /src/core/ngx_connection.h
parent682414f352a1f42dd791512cf6d42cc564a8662e (diff)
use correct name
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 10799ef12..fc6416c09 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -165,7 +165,7 @@ struct ngx_connection_s {
ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
-void ngx_configure_listening_socket(ngx_cycle_t *cycle);
+void ngx_configure_listening_sockets(ngx_cycle_t *cycle);
void ngx_close_listening_sockets(ngx_cycle_t *cycle);
void ngx_close_connection(ngx_connection_t *c);
ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text);