diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 18:06:44 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 18:06:44 +0530 |
commit | 2870df21c361d00650c026f9c98ab70107d496f5 (patch) | |
tree | 0faf3c5f2609c5e8978c167d18cfd030c4f77af3 /include | |
parent | 9830d777e1714fc5bb2bbc6f294922aba8f163cf (diff) |
engine: dummy handle_for()
Diffstat (limited to 'include')
-rw-r--r-- | include/engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/engine.h b/include/engine.h index 7719528..6fd437e 100644 --- a/include/engine.h +++ b/include/engine.h @@ -12,5 +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); #endif |