aboutsummaryrefslogtreecommitdiff
path: root/src/Infobox/CurrencyConversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Infobox/CurrencyConversion.h')
-rw-r--r--src/Infobox/CurrencyConversion.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Infobox/CurrencyConversion.h b/src/Infobox/CurrencyConversion.h
new file mode 100644
index 0000000..f258fbe
--- /dev/null
+++ b/src/Infobox/CurrencyConversion.h
@@ -0,0 +1,9 @@
+#ifndef CURRENCYCONVERSION_H
+#define CURRENCYCONVERSION_H
+
+#include "Infobox.h"
+
+int is_currency_query(const char *query);
+InfoBox fetch_currency_data(const char *query);
+
+#endif