treebird/src/helpers.h
nekobit 87586c6060 Fix paths, add debug, OpenHTTPD config
FossilOrigin-Name: 1aae905aee3907546c8cbe87a5990a6f09e9c91fb0dbcc064a06be5976fe01bb
2023-05-31 22:45:03 +00:00

17 lines
336 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();
int debug(char const* msg, ...);
#endif /* HELPERS_H */