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