comparison src/mail/ngx_mail_parse.c @ 4798:29928279ec9f stable-1.2

Merge of r4760, r4761: -Wmissing-prototypes. Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:07:28 +0000
parents d620f497c50f
children b6562f98bfd8
comparison
equal deleted inserted replaced
4797:d1cea70248c7 4798:29928279ec9f
7 7
8 #include <ngx_config.h> 8 #include <ngx_config.h>
9 #include <ngx_core.h> 9 #include <ngx_core.h>
10 #include <ngx_event.h> 10 #include <ngx_event.h>
11 #include <ngx_mail.h> 11 #include <ngx_mail.h>
12 #include <ngx_mail_pop3_module.h>
13 #include <ngx_mail_imap_module.h>
14 #include <ngx_mail_smtp_module.h>
12 15
13 16
14 ngx_int_t 17 ngx_int_t
15 ngx_mail_pop3_parse_command(ngx_mail_session_t *s) 18 ngx_mail_pop3_parse_command(ngx_mail_session_t *s)
16 { 19 {