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/xrespondent.hpp | |
parent | b018208d5901873a374d08a98cf31e3bb89d12d0 (diff) |
Revert "Implement SP wire protocol"
This reverts commit a34ea4d80609395150742259fd8c9caa4409e961.
Diffstat (limited to 'src/xrespondent.hpp')
-rw-r--r-- | src/xrespondent.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xrespondent.hpp b/src/xrespondent.hpp index 4143e36..eb6ac9a 100644 --- a/src/xrespondent.hpp +++ b/src/xrespondent.hpp @@ -47,7 +47,6 @@ namespace xs ~xrespondent_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 (msg_t *msg_, int flags_); int xrecv (msg_t *msg_, int flags_); |