diff options
Diffstat (limited to 'plugins/CurrencyRates/src/DBUtils.h')
-rw-r--r-- | plugins/CurrencyRates/src/DBUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CurrencyRates/src/DBUtils.h b/plugins/CurrencyRates/src/DBUtils.h index a38a3725b1..e479fc0114 100644 --- a/plugins/CurrencyRates/src/DBUtils.h +++ b/plugins/CurrencyRates/src/DBUtils.h @@ -1,6 +1,8 @@ #ifndef __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__ #define __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__ +void FixInvalidChars(tstring &s); + std::wstring GetNodeText(const TiXmlElement*); std::wstring CurrencyRates_DBGetStringW(MCONTACT hContact, const char *szModule, const char *szSetting, const wchar_t* pszDefValue = nullptr); |