mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Tag the end of some namespaces for consistency
This commit is contained in:
parent
ddf48d7529
commit
812ac5536d
12 changed files with 22 additions and 17 deletions
|
@ -1434,7 +1434,7 @@ extern bool can_cast_value_to_type(const Val* v, zeek::Type* t);
|
|||
// specific instance later.
|
||||
extern bool can_cast_value_to_type(const zeek::Type* s, zeek::Type* t);
|
||||
|
||||
}
|
||||
} // namespace zeek
|
||||
|
||||
using Val [[deprecated("Remove in v4.1. Use zeek::Val instead.")]] = zeek::Val;
|
||||
using PortVal [[deprecated("Remove in v4.1. Use zeek::PortVal instead.")]] = zeek::PortVal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue