diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 15:14:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 15:14:17 +0000 |
| commit | 0c189c5159e8af6836ac985270da6a2ddff62456 (patch) | |
| tree | c14653544473f2f339be1e02193e11f46b86bb05 /src/mail/ngx_mail.h | |
| parent | 67765e89188c58fba8b70605bf8da742666e7d7e (diff) | |
| download | nginx-0c189c5159e8af6836ac985270da6a2ddff62456.tar.gz nginx-0c189c5159e8af6836ac985270da6a2ddff62456.tar.bz2 | |
rename ngx_peer_addr_t to ngx_addr_t
Diffstat (limited to 'src/mail/ngx_mail.h')
| -rw-r--r-- | src/mail/ngx_mail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 32f2edd01..fd6d318a5 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -394,7 +394,7 @@ char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); /* STUB */ -void ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_peer_addr_t *peer); +void ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer); void ngx_mail_auth_http_init(ngx_mail_session_t *s); /**/ |
