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, 1 insertions, 1 deletions
diff --git a/include/engine.h b/include/engine.h
index 885a2b2..d65c771 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -4,7 +4,7 @@
#include <lexer.h>
#include <list.h>
-void ingest(char **buffer);
+list_t *ingest(char **buffer);
void handle_include(char **buffer, key_match_t *match, directive_t *directive);
void handle_contentfor(char **buffer,
key_match_t *match,