summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/DBUtils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-15 12:40:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-15 12:40:27 +0300
commit939a842bc8af062686870e7362ca1e82b064edfa (patch)
tree92777712071b4eff53f227c705c392513b345af4 /plugins/CurrencyRates/src/DBUtils.h
parentd061852f027e57625d7bdfd445469d9a29b1eb07 (diff)
the less boost the better
Diffstat (limited to 'plugins/CurrencyRates/src/DBUtils.h')
-rw-r--r--plugins/CurrencyRates/src/DBUtils.h2
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);