aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h2
1 files changed, 1 insertions, 1 deletions
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);