aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-07 02:36:34 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-07 02:36:34 +0000
commitd2c297e62af0b7325ae058fdd5656044f0917bdd (patch)
treee4ce16b2ad0827384116de2b70243a8dfe825477 /lib/dvb/frontend.h
parent2e3ac8d64148ce6fd4d932e882e89d9c6305e500 (diff)
downloadenigma2-d2c297e62af0b7325ae058fdd5656044f0917bdd.tar.gz
enigma2-d2c297e62af0b7325ae058fdd5656044f0917bdd.zip
retry frontend close every 60 seconds when frontend is busy
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index 7862e2ea..c702970b 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -100,7 +100,7 @@ public:
int getID() { return m_fe; }
int openFrontend();
- void closeFrontend();
+ int closeFrontend();
};
#endif