summaryrefslogtreecommitdiffstats
path: root/server/reds.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-10 18:18:11 +0300
committerAlon Levy <alevy@redhat.com>2011-08-23 17:44:58 +0300
commit6be2c77dd9a902bb4910f6a39fa3cd58b1651d3f (patch)
tree3335dcc04c81fe18f9f9a487c00cddd72611b2f7 /server/reds.h
parent09ae4700d27b7c1cca64c2ce4c90f0c6cdf81ccf (diff)
downloadspice-6be2c77dd9a902bb4910f6a39fa3cd58b1651d3f.tar.gz
spice-6be2c77dd9a902bb4910f6a39fa3cd58b1651d3f.tar.xz
spice-6be2c77dd9a902bb4910f6a39fa3cd58b1651d3f.zip
server/main_channel: use MainChannel in sig
use MainChannel* instead of Channel* for a many functions in main_channel.h (affects main_channel.c and reds.c). some one liner fixes are hidden in here too.
Diffstat (limited to 'server/reds.h')
-rw-r--r--server/reds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.h b/server/reds.h
index e5ba1c1c..4ab7f63d 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -35,6 +35,7 @@
#define SPICE_GNUC_VISIBLE __attribute__ ((visibility ("default")))
typedef struct RedsStream RedsStream;
+typedef struct MainChannelClient MainChannelClient;
#if HAVE_SASL
typedef struct RedsSASL {