From 1d1e8703b5735cd65fd3835573a6a66868adafa6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 12 Dec 2016 20:14:53 -0800 Subject: More pipe details, and clarified locking / call order comments in transport.h. --- src/core/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/protocol.h') diff --git a/src/core/protocol.h b/src/core/protocol.h index b0e579a3..ae97e896 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -122,6 +122,6 @@ extern void nni_socket_send_err(nng_socket_t, int); extern int nni_pipe_recv(nng_pipe_t, nng_msg_t *); extern int nni_pipe_send(nng_pipe_t, nng_msg_t); extern uint32_t nni_pipe_id(nng_pipe_t); -extern uint32_t nni_pipe_close(nng_pipe_t); +extern void nni_pipe_close(nng_pipe_t); #endif /* CORE_PROTOCOL_H */ -- cgit v1.2.3-70-g09d2