mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Rename BroType to Type
This commit is contained in:
parent
c04d9cae45
commit
137e416a03
34 changed files with 367 additions and 359 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <set>
|
||||
#include <string>
|
||||
|
||||
static bool is_string_set(const zeek::BroType* type)
|
||||
static bool is_string_set(const zeek::Type* type)
|
||||
{
|
||||
if ( ! type->IsSet() )
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue