aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/template.h b/include/template.h
index 82ae180..b802d5e 100644
--- a/include/template.h
+++ b/include/template.h
@@ -8,5 +8,6 @@ typedef struct {
} template_t;
template_t *template_create(void);
+char *template_ingest(template_t *template, char *body);
#endif