X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/52a9bee10e04a59263f474d8a25b02ec714d3871..c650b2ace739188d451031e19d116a4669a61326:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 3670ceb8..ab8c4479 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -24,7 +24,7 @@ public: RESULT setDVBC(const eDVBFrontendParametersCable &p); RESULT setDVBT(const eDVBFrontendParametersTerrestrial &p); - RESULT calculateDifference(const iDVBFrontendParameters *parm, int &SWIG_OUTPUT) const; + RESULT calculateDifference(const iDVBFrontendParameters *parm, int &SWIG_OUTPUT, bool exact) const; RESULT getHash(unsigned long &SWIG_OUTPUT) const; };