diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-04 19:51:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-04 19:51:09 +0000 |
commit | 6efa56fe7f38cb92ca8e57a32e80c47055dd4fe6 (patch) | |
tree | 9f7e14cced1a220af20e6f3a6fc38d3f9cb19417 /src/core/ngx_connection.h | |
parent | 4c9d36765c6d4949825c8399930e208cebff918d (diff) | |
download | nginx-6efa56fe7f38cb92ca8e57a32e80c47055dd4fe6.tar.gz nginx-6efa56fe7f38cb92ca8e57a32e80c47055dd4fe6.zip |
delete ngx_listening_inet_stream_socket()
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index de0ef41be..33c7f5b92 100644 --- 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); |