X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Frawfile.h;h=a1c73d6ad6acae3001b4822a97fcbf207559f1c0;hb=c352487661e7927d0068ef8fa69765055ff488d8;hp=859f10ba15397f3fa47872caabf67e6439273a39;hpb=f9c484582e3e7f5326666d5f050498849a2d221b;p=vuplus_dvbapp diff --git a/lib/base/rawfile.h b/lib/base/rawfile.h index 859f10b..a1c73d6 100644 --- a/lib/base/rawfile.h +++ b/lib/base/rawfile.h @@ -27,7 +27,8 @@ private: void scan(); int m_current_file; int switchOffset(off_t off); - int openFile(int nr); + FILE *openFileCached(int nr); + int openFileUncached(int nr); }; #endif