comparison src/core/ngx_conf_file.h @ 5318:7094bd12c1ff

API change: removed the ngx_conf_full_name() function. The ngx_get_full_name() should be used instead.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 06 Aug 2013 19:58:40 +0400
parents 23a186e8ca45
children 314c3d7cc3a5
comparison
equal deleted inserted replaced
5317:f1a91825730a 5318:7094bd12c1ff
309 char *ngx_conf_param(ngx_conf_t *cf); 309 char *ngx_conf_param(ngx_conf_t *cf);
310 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename); 310 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);
311 char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 311 char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
312 312
313 313
314 ngx_int_t ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name,
315 ngx_uint_t conf_prefix);
316 ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name); 314 ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name);
317 void ngx_cdecl ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf, 315 void ngx_cdecl ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf,
318 ngx_err_t err, const char *fmt, ...); 316 ngx_err_t err, const char *fmt, ...);
319 317
320 318