diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-13 13:33:30 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-13 13:33:30 -0400 |
| commit | 4539593e6ad442dc2547ccab38a3c642ccd635e1 (patch) | |
| tree | f291a5f603e0468650167f8aaba82d8c8135028e /src/Infobox/CurrencyConversion.h | |
| parent | ef1cd7cc6060df0f5dcfada136dd99a695e8a0fc (diff) | |
| download | omnisearch-4539593e6ad442dc2547ccab38a3c642ccd635e1.tar.gz | |
feature: added currency conversion infobox
Diffstat (limited to 'src/Infobox/CurrencyConversion.h')
| -rw-r--r-- | src/Infobox/CurrencyConversion.h | 9 |
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 |
