remove non working indication of playable services in servicelist
[enigma2.git] / lib / components / scan.h
index 04218b982067398b97ead1d9fb97e431cb5cdd45..eb18f10430de34fcddf2840e0540f2ca1da77003 100644 (file)
@@ -42,7 +42,7 @@ public:
        
                /* please keep the flags in sync with lib/dvb/scan.h ! */
        enum { scanNetworkSearch=1 };
-       int start(int flags=0);
+       int start(int feid, int flags=0);
 };
 
 #endif