diff options
Diffstat (limited to 'src/Infobox/Wikipedia.h')
| -rw-r--r-- | src/Infobox/Wikipedia.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Infobox/Wikipedia.h b/src/Infobox/Wikipedia.h new file mode 100644 index 0000000..8a8103e --- /dev/null +++ b/src/Infobox/Wikipedia.h @@ -0,0 +1,9 @@ +#ifndef WIKIPEDIA_H +#define WIKIPEDIA_H + +#include "Infobox.h" + +InfoBox fetch_wiki_data(char *api_url); +char *construct_wiki_url(const char *search_term); + +#endif |
