summaryrefslogtreecommitdiff
path: root/pages.h
diff options
context:
space:
mode:
Diffstat (limited to 'pages.h')
-rw-r--r--pages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages.h b/pages.h
index 936a11e..7639e4f 100644
--- a/pages.h
+++ b/pages.h
@@ -32,7 +32,7 @@ struct fileorstring
};
/* helpers */
-int createfile(const char *file);
+int createfile(const char *file, const char *template);
long findstring(const char *file, const char *str);
int deletebytes(const char *file, long offset, size_t bytes);
int writeatbyte(const char *dest, struct fileorstring *source, long offset);
@@ -57,5 +57,6 @@ int opinions_animepage(int flags);
int opinions_everythingpage(int flags);
int portfoliopage(int flags);
int postspage(int flags);
+int rsspage(int flags);
#endif