Move Func and associated classes into zeek::detail namespace

This commit is contained in:
Tim Wojtulewicz 2020-06-22 15:45:40 -07:00
parent 937a462e70
commit d6f1ea16ac
51 changed files with 516 additions and 453 deletions

View file

@ -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,