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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rda_x2go.h b/src/rda_x2go.h
index f063a0e..34b8ebc 100644
--- a/src/rda_x2go.h
+++ b/src/rda_x2go.h
@@ -29,6 +29,8 @@
#include <rda.h>
+#ifdef WITH_X2GO_AWARENESS
+
gboolean
rda_session_is_x2go (void);
@@ -38,4 +40,6 @@ rda_session_suspend_x2go(void);
gboolean
rda_session_terminate_x2go(void);
+#endif /* WITH_X2GO_AWARENESS */
+
#endif /* RDA_X2GO_H */