From 6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 14 Dec 2016 16:36:50 -0800 Subject: Better separate public vs. private names. --- src/core/endpt.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/endpt.h') 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 -- cgit v1.2.3-70-g09d2