X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/55f6a93959c05873d204af92f7a381b624de2860..9c22bd14f76cbc38c14d417dc185cdcdfc610665:/lib/dvb/idvb.h diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 5b6f19fc..c7db9779 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -1,7 +1,6 @@ #ifndef __dvb_idvb_h #define __dvb_idvb_h -#include #if HAVE_DVB_API_VERSION < 3 #include #define FRONTENDPARAMETERS FrontendParameters @@ -22,11 +21,12 @@ struct eBouquet std::string m_filename; // without path.. just name typedef std::list list; list m_services; -// the following four methods are implemented in db.cpp +// the following five methods are implemented in db.cpp RESULT flushChanges(); RESULT addService(const eServiceReference &); RESULT removeService(const eServiceReference &); RESULT moveService(const eServiceReference &, unsigned int); + RESULT setListName(const std::string &name); }; /* these structures have by intention no operator int() defined.