diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-14 14:04:24 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-14 14:04:24 +0000 |
commit | 2422950571cfe7233bc402001d2f9dd1ffd6f26c (patch) | |
tree | 619148ddf083709a7c7ec7d74029ef74554a27b8 /src/mail/ngx_mail.h | |
parent | 711c36b825d5317cd31a0668f21168c986cd17c2 (diff) | |
download | nginx-2422950571cfe7233bc402001d2f9dd1ffd6f26c.tar.gz nginx-2422950571cfe7233bc402001d2f9dd1ffd6f26c.zip |
optimizations
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r-- | src/mail/ngx_mail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 0f5b400cf..1d3a97788 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -338,8 +338,8 @@ ngx_int_t ngx_mail_auth_cram_md5_salt(ngx_mail_session_t *s, ngx_int_t ngx_mail_auth_cram_md5(ngx_mail_session_t *s, ngx_connection_t *c); void ngx_mail_send(ngx_event_t *wev); -ngx_int_t ngx_mail_read_command(ngx_mail_session_t *s); -void ngx_mail_auth(ngx_mail_session_t *s); +ngx_int_t ngx_mail_read_command(ngx_mail_session_t *s, ngx_connection_t *c); +void ngx_mail_auth(ngx_mail_session_t *s, ngx_connection_t *c); void ngx_mail_close_connection(ngx_connection_t *c); void ngx_mail_session_internal_server_error(ngx_mail_session_t *s); u_char *ngx_mail_log_error(ngx_log_t *log, u_char *buf, size_t len); |