X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b0e09a2cd9a05a002222d79fb71848f4c7820ff3..1213cbcff4f8b31aa77825325f102a134d246e0a:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index 04218b98..eb18f104 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -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