treebird/src/hashtag.h

15 lines
214 B
C

/*
* Treebird - Lightweight frontend for Pleroma
*
* Licensed under the BSD 3-Clause License
*/
#ifndef HASHTAG_H
#define HASHTAG_H
#include <stddef.h>
#include <mastodont.h>
// TODO?
#endif /* HASHTAG_H */