disable debug output
[enigma2.git] / lib / components / scan.h
index fb6b921fca81ff9d870301f7b259aeabff2860e5..b5acf91a85360cc3d30ddd4f7550a35af6930998 100644 (file)
@@ -46,7 +46,9 @@ 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);
+       SWIG_VOID(RESULT) getCurrentTransponder(ePtr<iDVBFrontendParameters> &SWIG_OUTPUT);
 };
 
 #endif