blob: 94cb034ac5eabe43acbe27f7c3a777e86a3e3dc7 [file] [log] [blame]
Bjorn Bringertfb903a42013-03-18 21:17:26 +00001#ifndef HOST_PSEUDOLOCALIZE_H
2#define HOST_PSEUDOLOCALIZE_H
3
4#include <string>
5
6std::string pseudolocalize_string(const std::string& source);
7
8#endif // HOST_PSEUDOLOCALIZE_H
9