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() --- index.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 index.c (limited to 'index.c') diff --git a/index.c b/index.c new file mode 100644 index 0000000..87aeaa3 --- /dev/null +++ b/index.c @@ -0,0 +1,7 @@ +#define _XOPEN_SOURCE 700 + +#include "blog.h" + +void add_to_index(const char *path, const char *title) +{ +} -- cgit v1.2.1