comparison src/core/ngx_core.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 0bf903191ceb
children 55e496a8ece3
comparison
equal deleted inserted replaced
342:0ee0642af5f1 343:6bdf858bff8c
24 #include <ngx_user.h> 24 #include <ngx_user.h>
25 #include <ngx_string.h> 25 #include <ngx_string.h>
26 #include <ngx_parse.h> 26 #include <ngx_parse.h>
27 #include <ngx_log.h> 27 #include <ngx_log.h>
28 #include <ngx_alloc.h> 28 #include <ngx_alloc.h>
29 #include <ngx_hunk.h> 29 #include <ngx_buf.h>
30 #include <ngx_array.h> 30 #include <ngx_array.h>
31 #include <ngx_table.h> 31 #include <ngx_table.h>
32 #include <ngx_types.h> 32 #include <ngx_types.h>
33 #include <ngx_file.h> 33 #include <ngx_file.h>
34 #include <ngx_files.h> 34 #include <ngx_files.h>