diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 11:23:23 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 11:23:23 +0530 |
commit | b2780c0990aa42c0aef94386163fcf5b6a7057d3 (patch) | |
tree | 1f2704cabe03fd7f8339ed9ca266834592f25d9a | |
parent | a1e7ce359e54fcf0d9e2bc6d84009f731e1b8f8f (diff) |
template: delete newline
-rw-r--r-- | include/template.h | 1 |
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 |