From 66c403c79e64dbe96fc080ff74e87db2102f93f3 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Aug 2025 12:12:09 +0530 Subject: engine: add docstring for engine_t --- include/engine.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/engine.h b/include/engine.h index 137f201..21a683c 100644 --- a/include/engine.h +++ b/include/engine.h @@ -23,6 +23,12 @@ #include #include +/* + * Simply just there to return content headers and config. + * + * content_headers: List of contentfor operands (CONTENTFOR directive operands) + * config: Config of the ingested file + */ typedef struct { list_t *content_headers; config_t *config; -- cgit v1.2.3