physfs/lzma/CPP/7zip/UI/Common/ArchiveName.h

11 lines
186 B
C

// ArchiveName.h
#ifndef __ARCHIVENAME_H
#define __ARCHIVENAME_H
#include "Common/MyString.h"
UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
#endif