diff options
Diffstat (limited to 'pages.h')
-rw-r--r-- | pages.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ int createtmpfile(const char *name, const char *content, size_t size); int makedirectories(const char *basedir, const char *file); int postscompare(const void *a, const void *b); int genericpage(int flags, const char *ind, const char *out, const char *tit, const char *inf); +int createdirectpages(int *posts, size_t totalposts); /* generators (to be put into the pages array) */ int frontpage(int flags); |