summaryrefslogtreecommitdiff
path: root/client/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/device.c')
-rw-r--r--client/device.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/device.c b/client/device.c
index 2935db2..5d81727 100644
--- a/client/device.c
+++ b/client/device.c
@@ -70,7 +70,11 @@ bool cStreamdevDevice::ProvidesTransponder(const cChannel *Channel) const
return true;
}
+#if APIVERSNUM >= 10722
+bool cStreamdevDevice::IsTunedToTransponder(const cChannel *Channel) const
+#else
bool cStreamdevDevice::IsTunedToTransponder(const cChannel *Channel)
+#endif
{
bool res = false;
if (ClientSocket.DataSocket(siLive) != NULL