~ubuntu-branches/ubuntu/wily/unrar-nonfree/wily-proposed

« back to all changes in this revision

Viewing changes to filefn.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20120214223932-p4fuhasoxpn1dj3f
Tags: upstream-4.1.4
ImportĀ upstreamĀ versionĀ 4.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
void PrepareToDelete(const char *Name,const wchar *NameW=NULL);
29
29
uint GetFileAttr(const char *Name,const wchar *NameW=NULL);
30
30
bool SetFileAttr(const char *Name,const wchar *NameW,uint Attr);
31
 
char* MkTemp(char *Name);
32
 
wchar* MkTemp(wchar *Name);
33
31
 
34
32
enum CALCCRC_SHOWMODE {CALCCRC_SHOWNONE,CALCCRC_SHOWTEXT,CALCCRC_SHOWALL};
35
33
uint CalcFileCRC(File *SrcFile,int64 Size=INT64NDF,CALCCRC_SHOWMODE ShowMode=CALCCRC_SHOWNONE);