summaryrefslogtreecommitdiff
path: root/blog.h
diff options
context:
space:
mode:
Diffstat (limited to 'blog.h')
-rw-r--r--blog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blog.h b/blog.h
index 6e55315..70783a3 100644
--- a/blog.h
+++ b/blog.h
@@ -13,4 +13,6 @@ int handle_post(void);
int show_entry(const char *path);
+void add_to_index(const char *path, const char *title);
+
#endif