oopsies
This commit is contained in:
13
src/Infobox/Infobox.h
Normal file
13
src/Infobox/Infobox.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user