diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/template.h b/include/template.h index c14936e..30b2882 100644 --- a/include/template.h +++ b/include/template.h @@ -2,6 +2,7 @@ #define __TEMPLATE_H #include <list.h> +#include <stdio.h> typedef struct { list_t *components; @@ -10,7 +11,6 @@ typedef struct { template_t *template_create(void); void template_delete(template_t *template); -char * -template_ingest(template_t *template, list_t *content_headers, char *body); +void template_ingest(template_t *template, list_t *content_headers, FILE *f); #endif |
