/* * Treebird - Lightweight frontend for Pleroma * * Licensed under the BSD 3-Clause License */ #ifndef EMOJI_INFO_H #define EMOJI_INFO_H struct emoji_info { const char* codes; const char* name; }; #endif /* EMOJI_INFO_H */