10 lines
186 B
C
10 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
|