aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-11 11:21:08 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-11 11:21:08 +0530
commita1e7ce359e54fcf0d9e2bc6d84009f731e1b8f8f (patch)
tree8cd8dca7b213e897b7076c6f1d9120eff91781d3 /include/template.h
parent7eb270eabb42bb896f41f8ad36fdd79cc6371d26 (diff)
template: ingest->write
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.h b/include/template.h
index 30b2882..aaf32ff 100644
--- a/include/template.h
+++ b/include/template.h
@@ -11,6 +11,6 @@ typedef struct {
template_t *template_create(void);
void template_delete(template_t *template);
-void template_ingest(template_t *template, list_t *content_headers, FILE *f);
+void template_write(template_t *template, list_t *content_headers, FILE *f);
#endif