summaryrefslogtreecommitdiff
path: root/index.c
diff options
context:
space:
mode:
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)
+{
+}