aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/template.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/template.h b/include/template.h
index aaf32ff..c898487 100644
--- a/include/template.h
+++ b/include/template.h
@@ -10,7 +10,6 @@ typedef struct {
template_t *template_create(void);
void template_delete(template_t *template);
-
void template_write(template_t *template, list_t *content_headers, FILE *f);
#endif