comparison src/core/ngx_conf_file.h @ 343:6bdf858bff8c

nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 May 2004 15:49:23 +0000
parents ca9a7f8c86da
children 2e3cbc1bbe3c
comparison
equal deleted inserted replaced
342:0ee0642af5f1 343:6bdf858bff8c
110 } ngx_core_module_t; 110 } ngx_core_module_t;
111 111
112 112
113 typedef struct { 113 typedef struct {
114 ngx_file_t file; 114 ngx_file_t file;
115 ngx_hunk_t *hunk; 115 ngx_buf_t *buffer;
116 int line; 116 int line;
117 } ngx_conf_file_t; 117 } ngx_conf_file_t;
118 118
119 119
120 typedef char *(*ngx_conf_handler_pt)(ngx_conf_t *cf, 120 typedef char *(*ngx_conf_handler_pt)(ngx_conf_t *cf,