aboutsummaryrefslogtreecommitdiff
path: root/src/Infobox/CurrencyConversion.h
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-13 13:33:30 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-13 13:33:30 -0400
commit4539593e6ad442dc2547ccab38a3c642ccd635e1 (patch)
treef291a5f603e0468650167f8aaba82d8c8135028e /src/Infobox/CurrencyConversion.h
parentef1cd7cc6060df0f5dcfada136dd99a695e8a0fc (diff)
downloadomnisearch-4539593e6ad442dc2547ccab38a3c642ccd635e1.tar.gz
feature: added currency conversion infobox
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