aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-27 19:11:15 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-27 19:11:15 +0530
commitd59070443e4f9a82ce177bb883dd7b6179471147 (patch)
treeaf0cc917cf0d2d409d97e95ecc8055b595c40aa7 /include/engine.h
parent751411dfd427828ec54fe3c515c75b6b9b74d83f (diff)
engine: handle_for->handle_eachdo
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h2
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