misc/libphysfs/lzma/CPP/7zip/UI/Common/ArchiveName.h
changeset 12213 bb5522e88ab2
equal deleted inserted replaced
12212:ea891871f481 12213:bb5522e88ab2
       
     1 // ArchiveName.h
       
     2 
       
     3 #ifndef __ARCHIVENAME_H
       
     4 #define __ARCHIVENAME_H
       
     5 
       
     6 #include "Common/MyString.h"
       
     7 
       
     8 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
       
     9 
       
    10 #endif