summaryrefslogtreecommitdiff
path: root/src/core/endpt.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-14 16:36:50 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-14 16:36:50 -0800
commit6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa (patch)
treeb29e4ec0860efc9ccbff8f29440fb332c32747b5 /src/core/endpt.h
parentff791199733ee69ca41fd0e1e567cc07e4b2f07f (diff)
downloadnng-6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa.tar.gz
nng-6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa.tar.bz2
nng-6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa.zip
Better separate public vs. private names.
Diffstat (limited to 'src/core/endpt.h')
-rw-r--r--src/core/endpt.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h
index 4a0921dc..4c8336d6 100644
--- a/src/core/endpt.h
+++ b/src/core/endpt.h
@@ -27,11 +27,11 @@
* This file contains definitions for endpoints.
*/
-int nni_endpt_create(nng_endpt_t *, nng_socket_t, const char *);
-void nni_endpt_destroy(nng_endpt_t);
-int nni_endpt_dial(nng_endpt_t, nng_pipe_t *);
-int nni_endpt_listen(nng_endpt_t);
-int nni_endpt_accept(nng_endpt_t, nng_pipe_t *);
-int nni_endpt_close(nng_endpt_t);
+int nni_endpt_create(nni_endpt_t *, nni_socket_t, const char *);
+void nni_endpt_destroy(nni_endpt_t);
+int nni_endpt_dial(nni_endpt_t, nni_pipe_t *);
+int nni_endpt_listen(nni_endpt_t);
+int nni_endpt_accept(nni_endpt_t, nni_pipe_t *);
+int nni_endpt_close(nni_endpt_t);
#endif /* CORE_ENDPT_H */ \ No newline at end of file