aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-13 23:22:55 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-13 23:22:55 +0000
commit94f8049fca5c1522aef72334ab4f4697600618c0 (patch)
tree2d74302fba4c111bcfecc91cc7a8b9b167912ba2 /lib/dvb/sec.h
parent707680758061af81a33f094241c1f74a6c932a8e (diff)
downloadenigma2-94f8049fca5c1522aef72334ab4f4697600618c0.tar.gz
enigma2-94f8049fca5c1522aef72334ab4f4697600618c0.zip
dont ask for scanning second nim in automatic scan, when it is not meaningful
Diffstat (limited to 'lib/dvb/sec.h')
-rw-r--r--lib/dvb/sec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h
index d86d96ea..ab1f1ac3 100644
--- a/lib/dvb/sec.h
+++ b/lib/dvb/sec.h
@@ -290,6 +290,7 @@ public:
RESULT setTunerLinked(int from, int to);
RESULT setTunerDepends(int from, int to);
+ PyObject *get_different_satellites(int tu1, int tu2);
void setRotorMoving(bool); // called from the frontend's
bool isRotorMoving();
};