treebird/src/page_config.h
nekobit ded0b83151 3rd clause
FossilOrigin-Name: 8766275cac121ced2142c9dee80f2c21a0337e9eb65501961807aba8fca0f252
2022-11-14 15:36:33 +00:00

21 lines
423 B
C

/*
* Treebird - Lightweight frontend for Pleroma
*
* Licensed under the BSD 3-Clause License
*/
#ifndef PAGE_CONFIG_H
#define PAGE_CONFIG_H
#include <stddef.h>
#include <mastodont.h>
#include "path.h"
#include "session.h"
#include "cgi.h"
int content_config_appearance(PATH_ARGS);
int content_config_general(PATH_ARGS);
//int content_config_account(PATH_ARGS);
int content_config(PATH_ARGS);
#endif // PAGE_CONFIG_H