comparison src/core/ngx_list.c @ 416:b9bd635011de

nginx-0.0.10-2004-09-06-22:45:00 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Sep 2004 18:45:00 +0000
parents 388a842cbbe1
children da8c5707af39
comparison
equal deleted inserted replaced
415:3c56e834be46 416:b9bd635011de
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 4
5 5
6 void *ngx_push_list(ngx_list_t *l) 6 void *ngx_list_push(ngx_list_t *l)
7 { 7 {
8 void *elt; 8 void *elt;
9 ngx_list_part_t *last; 9 ngx_list_part_t *last;
10 10
11 last = l->last; 11 last = l->last;