summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard_file.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-11-02 23:10:36 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-11-02 23:10:36 -0700
commitcdb039080f47ee31e97dcb88591e8194e03f3878 (patch)
treee3a69c2cd301d7b326a3abec7256a8ddc6651be7 /sesman/chansrv/clipboard_file.c
parent02d52444c3747b5a5066788076d8f9c1e9df2440 (diff)
downloadxrdp-proprietary-cdb039080f47ee31e97dcb88591e8194e03f3878.tar.gz
xrdp-proprietary-cdb039080f47ee31e97dcb88591e8194e03f3878.zip
chansrv: added --enable-fuse option
Diffstat (limited to 'sesman/chansrv/clipboard_file.c')
-rw-r--r--sesman/chansrv/clipboard_file.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sesman/chansrv/clipboard_file.c b/sesman/chansrv/clipboard_file.c
index 394ab6f6..9175bfaf 100644
--- a/sesman/chansrv/clipboard_file.c
+++ b/sesman/chansrv/clipboard_file.c
@@ -47,15 +47,14 @@
} \
while (0)
+struct file_item *g_file_items = 0;
+int g_file_items_count = 0;
+
extern int g_cliprdr_chan_id; /* in chansrv.c */
extern struct clip_s2c g_clip_s2c; /* in clipboard.c */
extern struct clip_c2s g_clip_c2s; /* in clipboard.c */
-extern struct file_item *g_file_items; /* in chansrv_fuse.c */
-extern int g_file_items_count; /* in chansrv_fuse.c */
-
-
struct cb_file_info
{
char pathname[256];