comparison src/mail/ngx_mail.h @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents 1729d8d3eb3a
children 6f8254ae61b8
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
340 void *(*create_main_conf)(ngx_conf_t *cf); 340 void *(*create_main_conf)(ngx_conf_t *cf);
341 char *(*init_main_conf)(ngx_conf_t *cf, void *conf); 341 char *(*init_main_conf)(ngx_conf_t *cf, void *conf);
342 342
343 void *(*create_srv_conf)(ngx_conf_t *cf); 343 void *(*create_srv_conf)(ngx_conf_t *cf);
344 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, 344 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev,
345 void *conf); 345 void *conf);
346 } ngx_mail_module_t; 346 } ngx_mail_module_t;
347 347
348 348
349 #define NGX_MAIL_MODULE 0x4C49414D /* "MAIL" */ 349 #define NGX_MAIL_MODULE 0x4C49414D /* "MAIL" */
350 350