From 1bc7d1547275671f3243ea16cacad0aea6cef649 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 30 Dec 2019 01:23:03 +1030 Subject: generate most pages except posts --- pages.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pages.h') diff --git a/pages.h b/pages.h index 5beb835..5f214d8 100644 --- a/pages.h +++ b/pages.h @@ -21,6 +21,7 @@ #include #include #include +#include struct fileorstring { @@ -39,5 +40,12 @@ int createtmpfile(const char *name, const char *content, size_t size); /* generators (to be put into the pages array) */ int frontpage(int flags); +int likespage(int flags); +int dislikespage(int flags); +int interestingpage(int flags); +int opinionspage(int flags); +int opinions_animepage(int flags); +int opinions_everythingpage(int flags); +int portfoliopage(int flags); #endif -- cgit v1.2.3