blob: 43039629bb7524298ea483fbef672afb3d9b565c [file] [log] [blame]
repo syncbaa38582013-07-26 17:53:31 -07001// Util/FilePathAutoRename.h
2
3#ifndef __FILEPATHAUTORENAME_H
4#define __FILEPATHAUTORENAME_H
5
6#include "Common/MyString.h"
7
8bool AutoRenamePath(UString &fullProcessedPath);
9
10#endif