From f729db021a4fd7c782cc08a07185c955f3567ea2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 13:09:30 -0800 Subject: Endpoint renaming. --- src/core/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/socket.h') diff --git a/src/core/socket.h b/src/core/socket.h index d0f5f3a3..548b4697 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -52,8 +52,8 @@ extern int nni_sock_setopt(nni_sock *, int, const void *, size_t); extern int nni_sock_getopt(nni_sock *, int, void *, size_t *); extern int nni_sock_recvmsg(nni_sock *, nni_msg **, nni_time); extern int nni_sock_sendmsg(nni_sock *, nni_msg *, nni_time); -extern int nni_sock_dial(nni_sock *, const char *, nni_endpt **, int); -extern int nni_sock_listen(nni_sock *, const char *, nni_endpt **, int); +extern int nni_sock_dial(nni_sock *, const char *, nni_ep **, int); +extern int nni_sock_listen(nni_sock *, const char *, nni_ep **, int); // Set error codes for applications. These are only ever // called from the filter functions in protocols, and thus -- cgit v1.2.3-70-g09d2