aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/engine.h b/include/engine.h
index d65c771..7719528 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -4,6 +4,8 @@
#include <lexer.h>
#include <list.h>
+#define PARTIALS "partials"
+
list_t *ingest(char **buffer);
void handle_include(char **buffer, key_match_t *match, directive_t *directive);
void handle_contentfor(char **buffer,