From f63235994855a3a6d71fb82f63b7b9d690ba5527 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 29 Aug 2025 14:33:02 -0400 Subject: engine: handle eachdo with page as source if file is not a template --- include/engine.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/engine.h b/include/engine.h index 5da3332..aec55b2 100644 --- a/include/engine.h +++ b/include/engine.h @@ -53,7 +53,10 @@ void handle_contentfor(char **buffer, list_t *content_headers); /* EACHDO */ -void handle_eachdo(char **buffer, key_match_t *match, directive_t *directive); +void handle_eachdo(char **buffer, + key_match_t *match, + directive_t *directive, + config_t *config); void handle_page_source(list_t *atoms, eachdo_operands_t *operands, list_t *directives, -- cgit v1.2.3