summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/7zip/Common/FilePathAutoRename.h
blob: 10197428d8b86f9f83216f99fd5d7fb936aee877 (plain)
1
2
3
4
5
6
7
8
9
10
// Util/FilePathAutoRename.h

#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H

#include "Common/String.h"

bool AutoRenamePath(UString &fullProcessedPath);

#endif