Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Rar29/Original/filcreat.hpp')
-rwxr-xr-x7zip/Compress/Rar29/Original/filcreat.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/7zip/Compress/Rar29/Original/filcreat.hpp b/7zip/Compress/Rar29/Original/filcreat.hpp
deleted file mode 100755
index fa1fddd0..00000000
--- a/7zip/Compress/Rar29/Original/filcreat.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _RAR_FILECREATE_
-#define _RAR_FILECREATE_
-
-bool FileCreate(RAROptions *Cmd,File *NewFile,char *Name,wchar *NameW,
- OVERWRITE_MODE Mode,bool *UserReject,Int64 FileSize=INT64ERR,
- uint FileTime=0);
-
-#if defined(_WIN_32) && !defined(_WIN_CE)
-bool UpdateExistingShortName(char *Name,wchar *NameW);
-#endif
-
-#endif