summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/ImportExport.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/CurrencyRates/src/ImportExport.h')
-rw-r--r--protocols/CurrencyRates/src/ImportExport.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/protocols/CurrencyRates/src/ImportExport.h b/protocols/CurrencyRates/src/ImportExport.h
new file mode 100644
index 0000000000..b07bc4c4c3
--- /dev/null
+++ b/protocols/CurrencyRates/src/ImportExport.h
@@ -0,0 +1,10 @@
+#ifndef __F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__
+#define __F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__
+
+INT_PTR CurrencyRates_Export(WPARAM wp, LPARAM lp);
+INT_PTR CurrencyRates_Import(WPARAM wp, LPARAM lp);
+
+using TNameValue = std::pair<const char*, const char*> ; // first is name,second is value
+TNameValue parse_setting_node(const TiXmlNode *pXmlSetting);
+
+#endif //__F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__