OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / unrar / filcreat.hpp
1 #ifndef _RAR_FILECREATE_
2 #define _RAR_FILECREATE_
3
4 bool FileCreate(RAROptions *Cmd,File *NewFile,char *Name,wchar *NameW,
5                 OVERWRITE_MODE Mode,bool *UserReject,Int64 FileSize=INT64ERR,
6                 uint FileTime=0);
7
8 #if defined(_WIN_32) && !defined(_WIN_CE)
9 bool UpdateExistingShortName(char *Name,wchar *NameW);
10 #endif
11
12 #endif