remove new found flags when do a automatic scan and "clear before scan" was
[enigma2.git] / lib / components / scan.h
index fb6b921fca81ff9d870301f7b259aeabff2860e5..e4bb41eea04d08688131c5cae5c663475720fc19 100644 (file)
@@ -46,7 +46,8 @@ public:
        
                /* please keep the flags in sync with lib/dvb/scan.h ! */
        enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, clearToScanOnFirstNIT = 16 };
-       int start(int feid, int flags=0);
+       int start(int feid, int flags=0 );
+       SWIG_VOID(RESULT) getFrontend(ePtr<iDVBFrontend> &SWIG_OUTPUT);
 };
 
 #endif