diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 11:21:08 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 11:21:08 +0530 |
commit | a1e7ce359e54fcf0d9e2bc6d84009f731e1b8f8f (patch) | |
tree | 8cd8dca7b213e897b7076c6f1d9120eff91781d3 /src | |
parent | 7eb270eabb42bb896f41f8ad36fdd79cc6371d26 (diff) |
template: ingest->write
Diffstat (limited to 'src')
-rw-r--r-- | src/template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.c b/src/template.c index 8ad11a2..e568a6a 100644 --- a/src/template.c +++ b/src/template.c @@ -35,7 +35,7 @@ template_delete(template_t *template) } void -template_ingest(template_t *template, list_t *content_headers, FILE *f) +template_write(template_t *template, list_t *content_headers, FILE *f) { char *output = malloc(1); strcpy(output, ""); |