mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/bernhard/file-analysis-x509
This commit is contained in:
commit
b0c3486fd6
74 changed files with 655 additions and 857 deletions
|
@ -585,7 +585,7 @@ class VectorType : public BroType {
|
|||
public:
|
||||
VectorType(BroType* t);
|
||||
virtual ~VectorType();
|
||||
BroType* YieldType() { return yield_type; }
|
||||
BroType* YieldType();
|
||||
|
||||
int MatchesIndex(ListExpr*& index) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue