treebird/src/memory_page.h

16 lines
267 B
C

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