Minor cleanup items from PR review

This commit is contained in:
Tim Wojtulewicz 2020-07-02 12:55:21 -07:00
parent 3d9d3972f1
commit 3098dd6fbb
6 changed files with 8 additions and 9 deletions

View file

@ -128,7 +128,7 @@ constexpr auto global_scope [[deprecated("Remove in v4.1 Use zeek::detail::globa
// Because of the use of default arguments, this function can't be aliased like the rest.
[[deprecated("Remove in v4.1 Use zeek::detail::lookup_ID instead.")]]
extern const zeek::detail::IDPtr lookup_ID(
extern const zeek::detail::ID* lookup_ID(
const char* name, const char* module,
bool no_global = false,
bool same_module_only = false,