treebird/src/helpers.h
nekobit 82522a99b3 Splash text; fix building (!!!); fix install subcommand
FossilOrigin-Name: f2231a6e284132794d0a83ba94466329f0fb98a7098b7bd78fe3f33144504f80
2023-04-02 06:13:54 +00:00

16 lines
303 B
C

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