aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 13:01:44 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 13:01:44 +0530
commit1c63c8b794a7bf85acad42637757e6b1e2f10e03 (patch)
treea5f26bc36469b8f3340df25f6804c9d751bc0d04 /include/engine.h
parent7e754c2410fed09cfb30bc9a4799829cd804b063 (diff)
main: move msg into a separate context, and let main call it
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/engine.h b/include/engine.h
index 17b05ea..86aa167 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -22,8 +22,6 @@
#include <lexer.h>
#include <list.h>
-#define PARTIALS "partials"
-
list_t *engine_ingest(char **buffer);
void handle_include(char **buffer, key_match_t *match, directive_t *directive);
void handle_contentfor(char **buffer,