diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-06 16:49:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-06 16:49:34 +0000 |
commit | a9030ebcca7aff99c2a9d90ea702ad7f74a50941 (patch) | |
tree | b6b25786b40057732110b2159cd427b5c9d8e6ba /src/core/ngx_connection.h | |
parent | 3c3ca1735815a4e495922b50b01a258016c93d4b (diff) | |
download | nginx-a9030ebcca7aff99c2a9d90ea702ad7f74a50941.tar.gz nginx-a9030ebcca7aff99c2a9d90ea702ad7f74a50941.zip |
nginx-0.0.1-2004-01-06-19:49:34 import
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 251b5c504..5f2cc4f8f 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -93,7 +93,7 @@ struct ngx_connection_s { }; -ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle, char **envp); +ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); void ngx_close_listening_sockets(ngx_cycle_t *cycle); |