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