diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 10:25:18 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 10:25:18 +0200 |
commit | 0a2f88984a4543aa69c15d8d8639180816857a6b (patch) | |
tree | 759f4d025d4cb95e010081839197045a7fde9826 /src/pair.hpp | |
parent | b018208d5901873a374d08a98cf31e3bb89d12d0 (diff) |
Revert "Implement SP wire protocol"
This reverts commit a34ea4d80609395150742259fd8c9caa4409e961.
Diffstat (limited to 'src/pair.hpp')
-rw-r--r-- | src/pair.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pair.hpp b/src/pair.hpp index 6a5f167..07ed6c5 100644 --- a/src/pair.hpp +++ b/src/pair.hpp @@ -42,7 +42,6 @@ namespace xs ~pair_t (); // Overloads of functions from socket_base_t. - int xsetsockopt (int option_, const void *optval_, size_t optvallen_); void xattach_pipe (xs::pipe_t *pipe_, bool icanhasall_); int xsend (xs::msg_t *msg_, int flags_); int xrecv (xs::msg_t *msg_, int flags_); |