Rename all of bro lexer methods and such

This commit is contained in:
Tim Wojtulewicz 2022-06-28 16:03:41 -07:00
parent 8829292c0c
commit d875ad1a96
5 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
// These are required by the lexer in scan.l and are intentionally not namespaced.
extern int yyparse();
extern int yydebug;
extern int brolex();
extern int zeeklex();
extern char last_tok[128];
extern void add_essential_input_file(const char* file);