summaryrefslogtreecommitdiffstats
path: root/server/main_channel.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-06-24 13:22:36 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-07-03 14:13:41 +0300
commitbf1d9007b40d233369a3e202895837c60fe2f87b (patch)
treee30c792cb63338568226aec53735affe5b35681a /server/main_channel.h
parent80145817ae8ceae382d01d8a3090f5ddc748166b (diff)
downloadspice-bf1d9007b40d233369a3e202895837c60fe2f87b.tar.gz
spice-bf1d9007b40d233369a3e202895837c60fe2f87b.tar.xz
spice-bf1d9007b40d233369a3e202895837c60fe2f87b.zip
agent: employ SpiceCharDeviceState for managing reading from the device
Diffstat (limited to 'server/main_channel.h')
-rw-r--r--server/main_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/main_channel.h b/server/main_channel.h
index 7f620bba..b69dcfe9 100644
--- a/server/main_channel.h
+++ b/server/main_channel.h
@@ -73,8 +73,8 @@ void main_channel_push_mouse_mode(MainChannel *main_chan, int current_mode, int
void main_channel_push_agent_connected(MainChannel *main_chan);
void main_channel_push_agent_disconnected(MainChannel *main_chan);
void main_channel_client_push_agent_tokens(MainChannelClient *mcc, uint32_t num_tokens);
-void main_channel_push_agent_data(MainChannel *main_chan, uint8_t* data, size_t len,
- spice_marshaller_item_free_func free_data, void *opaque);
+void main_channel_client_push_agent_data(MainChannelClient *mcc, uint8_t* data, size_t len,
+ spice_marshaller_item_free_func free_data, void *opaque);
void main_channel_client_start_net_test(MainChannelClient *mcc);
// TODO: huge. Consider making a reds_* interface for these functions
// and calling from main.