summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-07 20:03:11 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-18 18:15:39 +0200
commit659499478eb03d7f7cba6c4363f97b379b7adc3b (patch)
tree11200b0cc712fa51d9f858a2b6b29434302a9880 /client/red_peer.h
parent00086b8898ad9527aba72d3b4348e8892de42eba (diff)
downloadspice-659499478eb03d7f7cba6c4363f97b379b7adc3b.tar.gz
spice-659499478eb03d7f7cba6c4363f97b379b7adc3b.tar.xz
spice-659499478eb03d7f7cba6c4363f97b379b7adc3b.zip
client: s/recive/receive
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index 7e3428bd..0279f0d3 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -110,11 +110,11 @@ public:
void close();
void enable() { _shut = false;}
- virtual CompoundInMessage* recive();
+ virtual CompoundInMessage* receive();
uint32_t do_send(OutMessage& message, uint32_t skip_bytes);
uint32_t send(OutMessage& message);
- uint32_t recive(uint8_t* buf, uint32_t size);
+ uint32_t receive(uint8_t* buf, uint32_t size);
uint32_t send(uint8_t* buf, uint32_t size);
protected: