mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Expr: move all classes into zeek::detail
This commit is contained in:
parent
3fa4acc175
commit
cbdb8ee074
34 changed files with 314 additions and 248 deletions
|
|
@ -22,7 +22,7 @@ extern void add_to_name_list(char* s, char delim, name_list& nl);
|
|||
|
||||
extern void begin_RE();
|
||||
|
||||
extern void do_atif(Expr* expr);
|
||||
extern void do_atif(zeek::detail::Expr* expr);
|
||||
extern void do_atifdef(const char* id);
|
||||
extern void do_atifndef(const char* id);
|
||||
extern void do_atelse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue