mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Move do_sub method from zeek.bif to StringVal class method
This commit is contained in:
parent
528bad72de
commit
2cb87c3309
3 changed files with 90 additions and 87 deletions
|
@ -639,6 +639,8 @@ public:
|
|||
|
||||
unsigned int MemoryAllocation() const override;
|
||||
|
||||
Val* Substitute(RE_Matcher* re, StringVal* repl, bool do_all);
|
||||
|
||||
protected:
|
||||
friend class Val;
|
||||
StringVal() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue