aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/engine.h b/include/engine.h
index a34841a..885a2b2 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -1,6 +1,14 @@
#ifndef __ENGINE_H
#define __ENGINE_H
+#include <lexer.h>
+#include <list.h>
+
void ingest(char **buffer);
+void handle_include(char **buffer, key_match_t *match, directive_t *directive);
+void handle_contentfor(char **buffer,
+ key_match_t *match,
+ directive_t *directive,
+ list_t *content_headers);
#endif