aboutsummaryrefslogtreecommitdiff
path: root/src/core/protocol.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-12 20:14:53 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-12 20:14:53 -0800
commit1d1e8703b5735cd65fd3835573a6a66868adafa6 (patch)
treecc57311af4e97eb739b3ab2d4fb2037815111240 /src/core/protocol.h
parentf00468fa4eddbdeddcd7312ff9ad878739e86464 (diff)
downloadnng-1d1e8703b5735cd65fd3835573a6a66868adafa6.tar.gz
nng-1d1e8703b5735cd65fd3835573a6a66868adafa6.tar.bz2
nng-1d1e8703b5735cd65fd3835573a6a66868adafa6.zip
More pipe details, and clarified locking / call order comments in transport.h.
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 */