chromium/third_party/unrar/src/filestr.cpp

#include "rar.hpp"

bool ReadTextFile(
  const std::wstring &Name,
  StringList *List,
  bool Config,
  bool AbortOnError,
  RAR_CHARSET SrcCharset,
  bool Unquote,
  bool SkipComments,
  bool ExpandEnvStr)
{}


RAR_CHARSET DetectTextEncoding(const byte *Data,size_t DataSize)
{}