diff options
Diffstat (limited to 'include/lexer.h')
-rw-r--r-- | include/lexer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lexer.h b/include/lexer.h index 88ed4df..2a03cec 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -16,7 +16,8 @@ typedef struct { typedef struct { char *key; char *content; -} contentfor_operands_t; + unsigned int length; +} contentfor_operand_t; directive_t *find_directive(char *content, key_match_t *match); key_match_t *find_next_key(char *buffer); |