X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2e3ac8d64148ce6fd4d932e882e89d9c6305e500..d2c297e62af0b7325ae058fdd5656044f0917bdd:/lib/dvb/frontend.h?ds=sidebyside 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