summaryrefslogtreecommitdiff
path: root/index.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-18 19:18:36 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-18 19:18:36 -0400
commite8b3f24226dd1294cbf6d6e3a0ff2eb8a5403bd1 (patch)
tree93f7055ee914e83d32df23213cd3866c8e389313 /index.c
parent9875fdaae6f71cd00ee4c7e99abf171b7f51116e (diff)
new function add_to_index()
Diffstat (limited to 'index.c')
-rw-r--r--index.c7
1 files changed, 7 insertions, 0 deletions
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)
+{
+}