X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9df197b0346cdea53967bf9ed578ff30e2424100..09047544dbeddd0a5df972934c8863bef9e11a99:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index 5a3ce492..e4bb41ee 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -45,8 +45,9 @@ public: void addInitial(const eDVBFrontendParametersTerrestrial &p); /* please keep the flags in sync with lib/dvb/scan.h ! */ - enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8 }; - int start(int feid, int flags=0); + enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, clearToScanOnFirstNIT = 16 }; + int start(int feid, int flags=0 ); + SWIG_VOID(RESULT) getFrontend(ePtr &SWIG_OUTPUT); }; #endif