From b5829262c78c7801b0babfcb007ed4ee5d332414 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 2 Jul 2025 15:24:34 +0530 Subject: (engine): make handle_* publicly available --- include/engine.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index a34841a..885a2b2 100644 --- a/include/engine.h +++ b/include/engine.h @@ -1,6 +1,14 @@ #ifndef __ENGINE_H #define __ENGINE_H +#include +#include + void ingest(char **buffer); +void handle_include(char **buffer, key_match_t *match, directive_t *directive); +void handle_contentfor(char **buffer, + key_match_t *match, + directive_t *directive, + list_t *content_headers); #endif -- cgit v1.2.3