misc/libphysfs/lzma/CPP/7zip/UI/Common/ArchiveName.h
changeset 13886 99b265e0d1d0
parent 13885 5f819b90d479
child 13887 b172a5d40eee
equal deleted inserted replaced
13885:5f819b90d479 13886:99b265e0d1d0
     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