mastodont-c/include/mastodont_pleroma.h
me@ow.nekobit.net 7680cfa4be Lists, some emoji structs
FossilOrigin-Name: 7fdec025775f8dbc5b4952cb8257e39d4a6a7f12cf8c2950aa15f6737c49c18d
2022-02-28 17:25:53 +00:00

29 lines
919 B
C

/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef MASTODONT_PLEROMA
#define MASTODONT_PLEROMA
#include <mastodont_types.h>
#include <mastodont_emojis.h>
struct mstdnt_pleroma
{
/* content */
int conversation_id;
int direct_conversation_id;
};
#endif /* MASTODONT_PLEROMA */