diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 11:01:54 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-11 11:01:54 +0530 |
commit | cde16169e0dec04ecef4bd228f770c254314f148 (patch) | |
tree | 48ac2b6d34f98b501856b791c95cf016f8400915 /include/lexer.h | |
parent | 2b63df60aa918c55d1f7e8c7152da5f1f1a32042 (diff) |
lexer: find_contentfor_value()
Diffstat (limited to 'include/lexer.h')
-rw-r--r-- | include/lexer.h | 1 |
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 |