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/filestr.hpp')
-rwxr-xr-x7zip/Compress/Rar29/Original/filestr.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/7zip/Compress/Rar29/Original/filestr.hpp b/7zip/Compress/Rar29/Original/filestr.hpp
deleted file mode 100755
index b2bcbe0e..00000000
--- a/7zip/Compress/Rar29/Original/filestr.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _RAR_FILESTR_
-#define _RAR_FILESTR_
-
-bool ReadTextFile(char *Name,StringList *List,bool Config,
- bool AbortOnError=false,bool ConvertToAnsi=false,
- bool Unquote=false,bool SkipComments=false);
-
-#endif