summaryrefslogtreecommitdiff
path: root/src/rda_ogon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rda_ogon.c')
-rw-r--r--src/rda_ogon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rda_ogon.c b/src/rda_ogon.c
index ab86b57..f4338f6 100644
--- a/src/rda_ogon.c
+++ b/src/rda_ogon.c
@@ -26,6 +26,8 @@
#include <rda.h>
+#ifdef WITH_OGON_AWARENESS
+
gboolean
rda_session_is_ogon (void)
{
@@ -92,3 +94,5 @@ rda_session_terminate_ogon(void)
return FALSE;
}
}
+
+#endif /* WITH_OGON_AWARENESS */ \ No newline at end of file