aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/engine.h6
1 files changed, 6 insertions, 0 deletions
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 <lexer.h>
#include <list.h>
+/*
+ * 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;