diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 19:11:15 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 19:11:15 +0530 |
commit | d59070443e4f9a82ce177bb883dd7b6179471147 (patch) | |
tree | af0cc917cf0d2d409d97e95ecc8055b595c40aa7 /include | |
parent | 751411dfd427828ec54fe3c515c75b6b9b74d83f (diff) |
engine: handle_for->handle_eachdo
Diffstat (limited to 'include')
-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 |