diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-29 08:03:16 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-29 08:03:16 -0800 |
| commit | ba8cbe2bd52199ff64270901f2981894a9b553d2 (patch) | |
| tree | 4cd75be6adeed292efc9d1087bec8123b31c809d /src/core/socket.h | |
| parent | 4b53b1e31a93af8c739ba555970cb88d73063bce (diff) | |
| download | nng-ba8cbe2bd52199ff64270901f2981894a9b553d2.tar.gz nng-ba8cbe2bd52199ff64270901f2981894a9b553d2.tar.bz2 nng-ba8cbe2bd52199ff64270901f2981894a9b553d2.zip | |
Move option helpers to their own file.
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index c80af22e..7b49e85f 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -56,11 +56,6 @@ extern int nni_socket_sendmsg(nni_socket *, nni_msg *, nni_time); extern int nni_socket_dial(nni_socket *, const char *, nni_endpt **, int); extern int nni_socket_listen(nni_socket *, const char *, nni_endpt **, int); -extern int nni_setopt_duration(nni_duration *, const void *, size_t); -extern int nni_getopt_duration(nni_duration *, void *, size_t *); -extern int nni_setopt_int(int *, const void *, size_t); -extern int nni_getopt_int(int *, void *, size_t *); - // Set error codes for applications. These are only ever // called from the filter functions in protocols, and thus // already have the socket lock held. |
