mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Rename all of bro lexer methods and such
This commit is contained in:
parent
8829292c0c
commit
d875ad1a96
5 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue