aboutsummaryrefslogtreecommitdiff
path: root/src/core/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/protocol.h')
-rw-r--r--src/core/protocol.h2
1 files changed, 1 insertions, 1 deletions
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 */