diff options
Diffstat (limited to 'src/template.h')
-rw-r--r-- | src/template.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/template.h b/src/template.h index 9174ad8..b4d46b3 100644 --- a/src/template.h +++ b/src/template.h @@ -6,4 +6,10 @@ 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 |