diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/engine.h | 5 |
1 files changed, 4 insertions, 1 deletions
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, |