summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_posted.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_posted.h')
-rw-r--r--src/event/ngx_event_posted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_posted.h b/src/event/ngx_event_posted.h
index de0a80454..b1a85c442 100644
--- a/src/event/ngx_event_posted.h
+++ b/src/event/ngx_event_posted.h
@@ -39,7 +39,7 @@
void ngx_event_process_posted(ngx_cycle_t *cycle, ngx_queue_t *posted);
-void ngx_event_process_posted_next(ngx_cycle_t *cycle, ngx_queue_t *posted);
+void ngx_event_move_posted_next(ngx_cycle_t *cycle);
extern ngx_queue_t ngx_posted_accept_events;