From aab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 6 Sep 2004 18:45:00 +0000 Subject: nginx-0.0.10-2004-09-06-22:45:00 import --- src/core/ngx_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_list.c') diff --git a/src/core/ngx_list.c b/src/core/ngx_list.c index 10d79575f..885f8f508 100644 --- a/src/core/ngx_list.c +++ b/src/core/ngx_list.c @@ -3,7 +3,7 @@ #include -void *ngx_push_list(ngx_list_t *l) +void *ngx_list_push(ngx_list_t *l) { void *elt; ngx_list_part_t *last; -- cgit v1.2.3