Files
easy7zip/7zip/UI/Common/ArchiveName.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

12 lines
197 B
C
Executable File

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