summaryrefslogtreecommitdiff
path: root/src/rda_x2go.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rda_x2go.h')
-rw-r--r--src/rda_x2go.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rda_x2go.h b/src/rda_x2go.h
index 5759e79..fc9c986 100644
--- a/src/rda_x2go.h
+++ b/src/rda_x2go.h
@@ -27,9 +27,15 @@
#include <glib.h>
#include <rda.h>
+#include <rda_protocol.h>
#ifdef WITH_REMOTE_AWARENESS_X2GO
+extern const rda_protocol_t
+rda_supported_protocols_x2go[];
+extern const gsize
+rda_supported_protocols_x2go_len;
+
gboolean
rda_session_is_x2go (void);