aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-10 22:12:22 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-10 22:12:22 +0530
commit2a65c3971513c44fa0c124c4e1e6e89c823c8501 (patch)
treea28f8669607bb4293f02c5846c00f6571104d7b4 /include
parent9a2b779bb2f5f771604c22ddd0ac6d7932b900ff (diff)
template: template_ingest() should work with _RAW
Diffstat (limited to 'include')
-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