diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-19 17:00:51 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-19 17:00:51 +0000 |
| commit | 0855ea4ed4197c0fc6a8f8fff5820741d80c6d41 (patch) | |
| tree | a7472d5b6994739ec79174517827ff3cc9752419 /lib/dvb/frontend.h | |
| parent | 5fc2635967a60400e54854500332e2be21b88b79 (diff) | |
| download | enigma2-0855ea4ed4197c0fc6a8f8fff5820741d80c6d41.tar.gz enigma2-0855ea4ed4197c0fc6a8f8fff5820741d80c6d41.zip | |
now link dvb-s frontends to dvb-s2 frontends is possible
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 9d9aab71..111e715d 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -133,7 +133,7 @@ public: static int getTypePriorityOrder() { return PriorityOrder; } int openFrontend(); - int closeFrontend(); + int closeFrontend(bool force=false); const char *getDescription() const { return m_description; } }; |
