From b280ab6bcdf6c9bae46a7a21b7138d46d953dd71 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 23 Feb 2026 00:57:21 -0500 Subject: oopsies --- src/Infobox/Infobox.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/Infobox/Infobox.h (limited to 'src/Infobox/Infobox.h') diff --git a/src/Infobox/Infobox.h b/src/Infobox/Infobox.h new file mode 100644 index 0000000..a052b80 --- /dev/null +++ b/src/Infobox/Infobox.h @@ -0,0 +1,13 @@ +#ifndef INFOBOX_H +#define INFOBOX_H + +typedef struct { + char *title; + char *thumbnail_url; + char *extract; + char *url; +} InfoBox; + +void free_infobox(InfoBox *info); + +#endif -- cgit v1.2.3