diff src/core/ngx_connection.h @ 2799:8b54548fef6e

delete ngx_listening_inet_stream_socket()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 May 2009 19:51:09 +0000
parents d478379e51ac
children f75cd920eaa5
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -168,8 +168,6 @@ struct ngx_connection_s {
 #endif
 
 
-ngx_listening_t *ngx_listening_inet_stream_socket(ngx_conf_t *cf,
-    in_addr_t addr, in_port_t port);
 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);