From 97aea8a92dee1d8ac827f03ce80e19261d6c5f19 Mon Sep 17 00:00:00 2001 From: Lars Heer Date: Wed, 18 Sep 2013 05:54:58 +0200 Subject: patch signal_strength.patch.txt applied --- device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'device.h') diff --git a/device.h b/device.h index a8cb426..85d642a 100644 --- a/device.h +++ b/device.h @@ -160,6 +160,8 @@ class cMcliDevice:public cDevice return true; } #endif + virtual int SignalStrength(void) const; + virtual int SignalQuality(void) const; }; #endif // VDR_MCLI_DEVICE_H -- cgit v1.2.3