X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/da51ddf9784483ff34fc51fcf33971018b8794d2..a01f9b05b6afeeeeb5cad5127958e2aaee9f2fb1:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index fb6b921f..b5acf91a 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -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 &SWIG_OUTPUT); + SWIG_VOID(RESULT) getCurrentTransponder(ePtr &SWIG_OUTPUT); }; #endif