diff options
Diffstat (limited to 'include/engine.h')
-rw-r--r-- | include/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/engine.h b/include/engine.h index 6fd437e..66c5dc8 100644 --- a/include/engine.h +++ b/include/engine.h @@ -12,6 +12,6 @@ void handle_contentfor(char **buffer, key_match_t *match, directive_t *directive, list_t *content_headers); -void handle_for(char **buffer, key_match_t *match, directive_t *directive); +void handle_eachdo(char **buffer, key_match_t *match, directive_t *directive); #endif |