comparison src/core/ngx_conf_file.c @ 218:05592fd7a436

nginx-0.0.1-2004-01-05-23:55:48 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jan 2004 20:55:48 +0000
parents e1c815be05ae
children 70e1c7d2b83d
comparison
equal deleted inserted replaced
217:c5d1cdcb04ec 218:05592fd7a436
569 { 569 {
570 return ngx_conf_set_flag_slot(cf, cmd, *(void **)conf); 570 return ngx_conf_set_flag_slot(cf, cmd, *(void **)conf);
571 } 571 }
572 572
573 573
574 char *ngx_conf_set_core_str_slot(ngx_conf_t *cf, ngx_command_t *cmd,
575 void *conf)
576 {
577 return ngx_conf_set_str_slot(cf, cmd, *(void **)conf);
578 }
579
580
574 char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 581 char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
575 { 582 {
576 char *p = conf; 583 char *p = conf;
577 584
578 int flag; 585 int flag;