comparison src/mail/ngx_mail.h @ 3269:f0d596e84634

rename ngx_peer_addr_t to ngx_addr_t
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 15:14:17 +0000
parents a96a8c916b0c
children c4513d4dd024 4919fb357a5d
comparison
equal deleted inserted replaced
3268:c6a40c815d45 3269:f0d596e84634
392 392
393 char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 393 char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
394 394
395 395
396 /* STUB */ 396 /* STUB */
397 void ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_peer_addr_t *peer); 397 void ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer);
398 void ngx_mail_auth_http_init(ngx_mail_session_t *s); 398 void ngx_mail_auth_http_init(ngx_mail_session_t *s);
399 /**/ 399 /**/
400 400
401 401
402 extern ngx_uint_t ngx_mail_max_module; 402 extern ngx_uint_t ngx_mail_max_module;