add ability to select in scan what is todo with existing services (Clear before scan)
[enigma2.git] / lib / components / scan.h
index 9ce6539fea2b2b8ee5af949b313d246ebbac2078..5a3ce4929aaa30ab3ebedb313cb0ab377675bb7a 100644 (file)
@@ -45,7 +45,7 @@ public:
        void addInitial(const eDVBFrontendParametersTerrestrial &p);
        
                /* please keep the flags in sync with lib/dvb/scan.h ! */
-       enum { scanNetworkSearch=1 };
+       enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8 };
        int start(int feid, int flags=0);
 };