mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
9 lines
243 B
C++
Executable File
9 lines
243 B
C++
Executable File
#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
|