aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/template.h b/src/template.h
index b4d46b3..36d540d 100644
--- a/src/template.h
+++ b/src/template.h
@@ -1,15 +1,5 @@
#include "hashmap.h"
+#include "vector.h"
char *read_file(char *filename);
char *template(char *tmpl, struct hashmap *ctx);
-
-struct post {
- char title[64];
- char tags[8][32];
-};
-
-struct list {
- void **values;
- int size;
- int cap;
-}; \ No newline at end of file