Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-06 22:45:00 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-06 22:45:00 +0400
commitaab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a (patch)
tree30f6fb63eb08c72af5855f0a784df32a64057706 /src/core/ngx_list.c
parent980a92472cc30271ad7e88eb2dcc43f00e984d4d (diff)
nginx-0.0.10-2004-09-06-22:45:00 import
Diffstat (limited to 'src/core/ngx_list.c')
-rw-r--r--src/core/ngx_list.c2
1 files changed, 1 insertions, 1 deletions
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 <ngx_core.h>
-void *ngx_push_list(ngx_list_t *l)
+void *ngx_list_push(ngx_list_t *l)
{
void *elt;
ngx_list_part_t *last;