summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
authornorrarvid <norrarvid@gmail.com>2012-05-30 17:11:53 +0200
committernorrarvid <norrarvid@gmail.com>2012-05-30 17:11:53 +0200
commitf4ffaafc20f454481b87e500ef5ca8d651083a1d (patch)
tree277460e442b8a8c390774c7c000422c2a4017cb8 /xrdp/xrdp.h
parent60b052965634be151d88f7011149d0edc71f23d8 (diff)
downloadxrdp-proprietary-f4ffaafc20f454481b87e500ef5ca8d651083a1d.tar.gz
xrdp-proprietary-f4ffaafc20f454481b87e500ef5ca8d651083a1d.zip
channels can be disabled by XRDP
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r--xrdp/xrdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index 0bc4a24d..58bedca9 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -417,6 +417,8 @@ server_draw_text(struct xrdp_mod* mod, int font,
int x, int y, char* data, int data_len);
int DEFAULT_CC
server_reset(struct xrdp_mod* mod, int width, int height, int bpp);
+int DEFAULT_CC
+is_channel_allowed(struct xrdp_wm* wm, int channel_id);
int DEFAULT_CC
server_query_channel(struct xrdp_mod* mod, int index, char* channel_name,
int* channel_flags);