summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/Common/FilePathAutoRename.h
blob: 3ef87f4822f524f84c189539451c4a2fa6e1bb5e (plain)
1
2
3
4
5
6
7
8
9
10
// Util/FilePathAutoRename.h

#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H

#include "Common/MyString.h"

bool AutoRenamePath(UString &fullProcessedPath);

#endif