summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-02-25 14:52:36 +0100
committerUri Lublin <uril@redhat.com>2010-03-18 13:48:57 +0200
commitd8af90aa4c04378d7d6d7949db1ab1c2377cfb96 (patch)
tree074280093dbb0130e4425371d26ba3d790a0edb6 /client/red_peer.h
parent54c5236f347a19aa202876eebb1c1f29c4f21928 (diff)
downloadspice-d8af90aa4c04378d7d6d7949db1ab1c2377cfb96.tar.gz
spice-d8af90aa4c04378d7d6d7949db1ab1c2377cfb96.tar.xz
spice-d8af90aa4c04378d7d6d7949db1ab1c2377cfb96.zip
spice client: add ipv6 support. #566444
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index 6a80f8cb..86e481a8 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -121,8 +121,6 @@ public:
uint32_t recive(uint8_t* buf, uint32_t size);
uint32_t send(uint8_t* buf, uint32_t size);
- static uint32_t host_by_name(const char *host);
-
protected:
virtual void on_event() {}
virtual int get_socket() { return _peer;}