diff options
Diffstat (limited to 'include/engine.h')
-rw-r--r-- | include/engine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/engine.h b/include/engine.h index d7e05e0..ab08e7a 100644 --- a/include/engine.h +++ b/include/engine.h @@ -50,6 +50,12 @@ void handle_contentfor(char **buffer, key_match_t *match, directive_t *directive, list_t *content_headers); + +/* EACHDO */ void handle_eachdo(char **buffer, key_match_t *match, directive_t *directive); +void handle_page_source(list_t *atoms, + eachdo_operands_t *operands, + list_t *directives, + config_t *config); #endif |