X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/afe7d8cacb1875f0e86a9f970dac9280dba20462..3a32ec6cc71286248042152aa3aed2ed2c75d55e:/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