X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7290c1872d4f6ac37c8090e1cc2e95aeddf6e814..1b1b733e65f6683aa3887e63f832b74f76b4d5fd:/lib/dvb/frontend.h 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