28 #ifndef COMMON_UNARJ_H 29 #define COMMON_UNARJ_H 31 #include "common/str.h" 52 Archive *
makeArjArchive(
const Path &name,
bool flattenTree =
false);
57 Archive *
makeArjArchive(
const Array<Path> &names,
bool flattenTree =
false);
Archive * makeArjArchive(const Path &name, bool flattenTree=false)
Definition: algorithm.h:29