mastodont-c/include/mastodont_mention.h
nekobit c0ddc1bf5e Add clause
FossilOrigin-Name: 4e8cdf2538b5a6eaf91c61e3b0ae57621d0934f376351c5d3b7b320927eb27d8
2022-11-14 15:36:07 +00:00

16 lines
224 B
C

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