mastodont-c/include/mastodont_mention.h
nekobit 1bb9dafe39 Remove bloat
FossilOrigin-Name: f1def5fc963f9b5be6fdc11b12615815662405568b3ff991317983ad1a747523
2022-11-14 14:18:05 +00:00

16 lines
224 B
C

/*
* Licensed under BSD 2-Clause License
*/
#ifndef MASTODONT_MENTION
#define MASTODONT_MENTION
struct mstdnt_mention
{
char* id;
char* username;
char* acct;
char* url;
};
#endif /* MASTODONT_MENTION */