summaryrefslogtreecommitdiff
path: root/src/rda_x2go.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-15 21:18:16 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-15 21:18:16 +0200
commitca90f575f2ca9fce348c64bc553c95297fca003a (patch)
tree6a4ddebb4788fb1f2d01f44af81d3b0e5e12b6bc /src/rda_x2go.h
parent54fdf5f5b9d3825ebe5060e30ec46053ca02ee00 (diff)
parentb34934f2afe790d88eac36e026352b81da2cfac3 (diff)
downloadlibrda-ca90f575f2ca9fce348c64bc553c95297fca003a.tar.gz
librda-ca90f575f2ca9fce348c64bc553c95297fca003a.tar.bz2
librda-ca90f575f2ca9fce348c64bc553c95297fca003a.zip
Merge branch 'Ionic-feature/backends'
Attributes GH PR #6: https://github.com/ArcticaProject/librda/pull/6
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);