X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Fpvrparse.h;h=fa931a3c0aa6985ba425a6c72da1fe7a3e3f0b94;hb=e92ccff2a58ed0caed0a3669d65f19e015e71831;hp=28c0314a3082265bf6006499860a34f12597ff14;hpb=bce53d4a67d1655a496eebe5912c8573e880114e;p=vuplus_dvbapp diff --git a/lib/dvb/pvrparse.h b/lib/dvb/pvrparse.h old mode 100644 new mode 100755 index 28c0314..fa931a3 --- a/lib/dvb/pvrparse.h +++ b/lib/dvb/pvrparse.h @@ -61,6 +61,9 @@ public: optionall, return next element. Offset will be returned. this allows you to easily get previous and next structure elements. */ int getStructureEntry(off_t &offset, unsigned long long &data, int get_next); + int getStructureEntry_next(off_t &offset, unsigned long long &data); + int getStructureEntry_prev(off_t &offset, unsigned long long &data); + int update_structure_cache_entries(off_t offset); std::string m_filename; int m_structure_cache_valid;