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

filestr.hpp « Original « Rar29 « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2bcbe0e6ea106460b63bf6a49223785ff4eeabb (plain)
1
2
3
4
5
6
7
8
#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