aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 20:18:35 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 20:18:35 +0530
commit0cd55a7b37edf098c6b6ffdb551cfb80629e3c79 (patch)
tree3ec939a9e27797ad6453599dac252881811649cb /include/template.h
parent8e6dad06fe4c0bb83f44ff016c3814b9c89f385b (diff)
template: add template_initialize() and template_clean()
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/template.h b/include/template.h
index e70b460..4676feb 100644
--- a/include/template.h
+++ b/include/template.h
@@ -27,6 +27,8 @@ typedef struct {
list_t *components;
} template_t;
+void template_initialize(void);
+void template_clean(void);
template_t *template_create(char *template_name);
void template_delete(template_t *template);
void template_write(template_t *template,