summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port_rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_port_rpc.h')
-rw-r--r--src/nxt_port_rpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_port_rpc.h b/src/nxt_port_rpc.h
index 8011e474..c07683fb 100644
--- a/src/nxt_port_rpc.h
+++ b/src/nxt_port_rpc.h
@@ -11,6 +11,8 @@
typedef void (*nxt_port_rpc_handler_t)(nxt_task_t *task,
nxt_port_recv_msg_t *msg, void *data);
+nxt_int_t nxt_port_rpc_init(void);
+
uint32_t nxt_port_rpc_register_handler(nxt_task_t *task, nxt_port_t *port,
nxt_port_rpc_handler_t ready_handler, nxt_port_rpc_handler_t error_handler,
nxt_pid_t peer, void *data);