comparison: other-licenses/7zstub/src/7zip/Common/FilePathAutoRename.h
other-licenses/7zstub/src/7zip/Common/FilePathAutoRename.h
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 // Util/FilePathAutoRename.h |
|
2 |
|
3 #ifndef __FILEPATHAUTORENAME_H |
|
4 #define __FILEPATHAUTORENAME_H |
|
5 |
|
6 #include "Common/String.h" |
|
7 |
|
8 bool AutoRenamePath(UString &fullProcessedPath); |
|
9 |
|
10 #endif |