aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-11 11:01:54 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-11 11:01:54 +0530
commitcde16169e0dec04ecef4bd228f770c254314f148 (patch)
tree48ac2b6d34f98b501856b791c95cf016f8400915 /include/lexer.h
parent2b63df60aa918c55d1f7e8c7152da5f1f1a32042 (diff)
lexer: find_contentfor_value()
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