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

11 lines
186 B
C
Raw Normal View History

2008-01-23 04:52:35 +01:00
// ArchiveName.h
#ifndef __ARCHIVENAME_H
#define __ARCHIVENAME_H
#include "Common/MyString.h"
UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
#endif