From 4cfa655dc608a87ec657f29952be8b4cca57f2bf Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 10 Jul 2025 21:51:58 +0530 Subject: lexer: lex_file->lex --- include/lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/lexer.h b/include/lexer.h index ce761dd..f5ab375 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -28,7 +28,7 @@ typedef struct { unsigned int length; } contentfor_operand_t; -list_t *lex_file(char *buffer); +list_t *lex(char *buffer); directive_t *find_directive(char *content, key_match_t *match); key_match_t *find_next_key(char *buffer); -- cgit v1.2.3