Merge pull request #4324 from FernetMenta/wasapi
[vuplus_xbmc] / lib / UnrarXLib / 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 #endif