| Index: src/plugin/PluginClientBase.h |
| =================================================================== |
| --- a/src/plugin/PluginClientBase.h |
| +++ b/src/plugin/PluginClientBase.h |
| @@ -76,5 +76,11 @@ |
| static bool PopFirstPluginError(CPluginError& pluginError); |
| }; |
| +/** |
| + * Wrapper around Microsoft API 'UrlUnescape' |
| + * |
| + * This function has modify-in-place semantics; it's a legacy. |
| + */ |
| +void UnescapeUrl(std::wstring& url); |
| #endif // _PLUGIN_CLIENT_BASE_H_ |