treebird/src/about.h

17 lines
283 B
C

/*
* Treebird - Lightweight frontend for Pleroma
*
* Licensed under BSD 3-Clause License
*/
#ifndef ABOUT_H
#define ABOUT_H
#include <mastodont.h>
#include "session.h"
#include "path.h"
int content_about_license(PATH_ARGS);
int content_about(PATH_ARGS);
#endif /* ABOUT_H */