aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/template.h b/src/template.h
new file mode 100644
index 0000000..896ef71
--- /dev/null
+++ b/src/template.h
@@ -0,0 +1,9 @@
+#include "hashmap.h"
+
+char *read_file(char *filename);
+void template(char *tmpl, struct hashmap *ctx);
+
+struct post {
+ char title[64];
+ char tags[8][32];
+}; \ No newline at end of file