diff options
Diffstat (limited to 'src/Infobox/Dictionary.h')
| -rw-r--r-- | src/Infobox/Dictionary.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
