summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/UI/Common/ArchiveName.h
blob: 9513fb2ba8b1d7cd98bf679067386cfdf7cfbaed (plain)
1
2
3
4
5
6
7
8
9
10
// ArchiveName.h

#ifndef __ARCHIVENAME_H
#define __ARCHIVENAME_H

#include "Common/MyString.h"

UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);

#endif