X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Frawfile.h;h=02bf2e39a7ecd183750a7977b5a76a0f5ad494f5;hp=7b736a33afc258db8f938fdba140451092c2dd33;hb=46c144d3f294b74996cc9276528a9862e4d70efe;hpb=804ad88e6679853bd2db717fc542263d48075631 diff --git a/lib/base/rawfile.h b/lib/base/rawfile.h index 7b736a3..02bf2e3 100644 --- a/lib/base/rawfile.h +++ b/lib/base/rawfile.h @@ -19,6 +19,7 @@ public: off_t lseek(off_t offset, int whence); ssize_t read(off_t offset, void *buf, size_t count); off_t length(); + off_t offset(); int valid(); private: int m_fd; /* for uncached */