From e8b3f24226dd1294cbf6d6e3a0ff2eb8a5403bd1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 18 Jul 2019 19:18:36 -0400 Subject: new function add_to_index() --- blog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blog.h') 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 -- cgit v1.2.1