comparison src/core/ngx_hunk.c @ 100:7ebc8b7fb816

nginx-0.0.1-2003-06-03-19:42:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Jun 2003 15:42:58 +0000
parents 738fe44c70d5
children 949f45d1589a
comparison
equal deleted inserted replaced
99:a059e1aa65d4 100:7ebc8b7fb816
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_hunk.h> 3 #include <ngx_core.h>
4 4
5 5
6 ngx_hunk_t *ngx_create_temp_hunk(ngx_pool_t *pool, int size, 6 ngx_hunk_t *ngx_create_temp_hunk(ngx_pool_t *pool, int size,
7 int before, int after) 7 int before, int after)
8 { 8 {