aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lexer.h b/include/lexer.h
index f5ab375..ef99187 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -31,5 +31,6 @@ typedef struct {
list_t *lex(char *buffer);
directive_t *find_directive(char *content, key_match_t *match);
key_match_t *find_next_key(char *buffer);
+char *find_contentfor_value(list_t *content_headers, char *key);
#endif