mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Rename BroString to zeek::String
This commit is contained in:
parent
a2bc42dd93
commit
736a3f53d4
58 changed files with 346 additions and 339 deletions
|
@ -93,7 +93,7 @@ public:
|
|||
// Add s as a counted string.
|
||||
void AddCS(const char* s);
|
||||
|
||||
void AddBytes(const zeek::BroString* s);
|
||||
void AddBytes(const zeek::String* s);
|
||||
|
||||
void Add(const char* s1, const char* s2)
|
||||
{ Add(s1); Add(s2); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue