aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-reelchannelscan/files/patch-channelscan.h
blob: 922dd1b4a740b9fe1ea402a54a11bf58cbcdcf4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/channelscan.h
+++ b/channelscan.h
@@ -68,6 +68,9 @@ class cPluginChannelscan:public cPlugin
 {
   private:
     // Add any member variables or functions you may need here.
+#if APIVERSNUM > 10723
+    static cStringList Nodes;
+#endif
   public:
     cPluginChannelscan();
     virtual ~ cPluginChannelscan();
@@ -102,6 +105,9 @@ class cPluginChannelscan:public cPlugin
     static eAutoScanStat AutoScanStat;
     ChannelScanData channelData_;
     bool channelDataPresent_;
+#if APIVERSNUM > 10723
+    static bool GetAdapterFrontend(int CardIndex, int &Adapter, int &Frontend);
+#endif
 };
 
 // --- cSetupMenu ------------------------------------------------------