aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_list.c
diff options
context:
space:
mode:
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;