X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/68b90d5fc4598225d38579634686a3a16083fa69..b0e09a2cd9a05a002222d79fb71848f4c7820ff3:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index d90331cd..04218b98 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -39,7 +39,10 @@ public: void addInitial(const eDVBFrontendParametersSatellite &p); void addInitial(const eDVBFrontendParametersCable &p); void addInitial(const eDVBFrontendParametersTerrestrial &p); - int start(); + + /* please keep the flags in sync with lib/dvb/scan.h ! */ + enum { scanNetworkSearch=1 }; + int start(int flags=0); }; #endif