summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r--src/nxt_runtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h
index af105c6b..d3e61dc7 100644
--- a/src/nxt_runtime.h
+++ b/src/nxt_runtime.h
@@ -148,7 +148,8 @@ void nxt_cdecl nxt_log_time_handler(nxt_uint_t level, nxt_log_t *log,
void nxt_stream_connection_init(nxt_task_t *task, void *obj, void *data);
-void nxt_port_app_data_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
+void nxt_app_quit_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
+void nxt_app_data_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
#define nxt_runtime_process_each(rt, process) \