diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-02 13:09:30 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-02 13:09:30 -0800 |
| commit | f729db021a4fd7c782cc08a07185c955f3567ea2 (patch) | |
| tree | 40f9c63f4e9d6805c60bd551f3fd6bc9d88c3fc9 /src/core/socket.h | |
| parent | f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4 (diff) | |
| download | nng-f729db021a4fd7c782cc08a07185c955f3567ea2.tar.gz nng-f729db021a4fd7c782cc08a07185c955f3567ea2.tar.bz2 nng-f729db021a4fd7c782cc08a07185c955f3567ea2.zip | |
Endpoint renaming.
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
