X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d65ce06bfed2444d9870630f095db401d78a096e..3e3832c8784e966dca29354c158ffb636f33c8cb:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index e4bb41ee..b5acf91a 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -48,6 +48,7 @@ public: enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, clearToScanOnFirstNIT = 16 }; int start(int feid, int flags=0 ); SWIG_VOID(RESULT) getFrontend(ePtr &SWIG_OUTPUT); + SWIG_VOID(RESULT) getCurrentTransponder(ePtr &SWIG_OUTPUT); }; #endif