/* * Treebird - Lightweight frontend for Pleroma * * Licensed under the BSD 3-Clause License */ #ifndef HELPERS_H #define HELPERS_H #include #include "session.h" void set_mstdnt_args(struct mstdnt_args* args, struct session* ssn); #endif /* HELPERS_H */