aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.h b/src/template.h
index 896ef71..9174ad8 100644
--- a/src/template.h
+++ b/src/template.h
@@ -1,7 +1,7 @@
#include "hashmap.h"
char *read_file(char *filename);
-void template(char *tmpl, struct hashmap *ctx);
+char *template(char *tmpl, struct hashmap *ctx);
struct post {
char title[64];