mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Move Func and associated classes into zeek::detail namespace
This commit is contained in:
parent
937a462e70
commit
d6f1ea16ac
51 changed files with 516 additions and 453 deletions
|
@ -223,7 +223,7 @@ Scope* global_scope()
|
|||
|
||||
}
|
||||
|
||||
const zeek::detail::IDPtr& lookup_ID(
|
||||
const zeek::detail::IDPtr lookup_ID(
|
||||
const char* name, const char* module,
|
||||
bool no_global,
|
||||
bool same_module_only,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue