From b280ab6bcdf6c9bae46a7a21b7138d46d953dd71 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 23 Feb 2026 00:57:21 -0500 Subject: oopsies --- src/Infobox/Dictionary.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Infobox/Dictionary.h (limited to 'src/Infobox/Dictionary.h') diff --git a/src/Infobox/Dictionary.h b/src/Infobox/Dictionary.h new file mode 100644 index 0000000..2f212c3 --- /dev/null +++ b/src/Infobox/Dictionary.h @@ -0,0 +1,10 @@ +#ifndef DICTIONARY_H +#define DICTIONARY_H + +#include "Infobox.h" + +InfoBox fetch_dictionary_data(const char *word); +char *construct_dictionary_url(const char *word); +int is_dictionary_query(const char *query); + +#endif \ No newline at end of file -- cgit v1.2.3