diff options
Diffstat (limited to 'src/core/endpt.h')
| -rw-r--r-- | src/core/endpt.h | 12 |
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 |
