diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-03-20 17:20:32 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-03-20 17:20:32 +0000 |
| commit | 065b711cbc139cf1de47705e8df56b5bc04e2418 (patch) | |
| tree | a5ee992bb19696f2bdcec762077bd14ef53ec158 /lib/dvb/frontend.h | |
| parent | 582dd432626828f91c3ebce75c60e7be39be8eb8 (diff) | |
| download | enigma2-065b711cbc139cf1de47705e8df56b5bc04e2418.tar.gz enigma2-065b711cbc139cf1de47705e8df56b5bc04e2418.zip | |
add support for dm8000 onboard tuner linking
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 41de874b..6055da0b 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -132,6 +132,7 @@ public: int openFrontend(); int closeFrontend(); + const char *getDescription() const { return m_description; } }; #endif // SWIG |
