mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ZeekArgs: Helper for empty arguments
This commit is contained in:
parent
743658248e
commit
a25b1a9d59
2 changed files with 13 additions and 0 deletions
|
@ -39,4 +39,11 @@ Args val_list_to_args(const ValPList& vl);
|
|||
*/
|
||||
VectorValPtr MakeCallArgumentVector(const Args& vals, const RecordTypePtr& types);
|
||||
|
||||
/**
|
||||
* Creates an empty "call_argument_vector" vector.
|
||||
*
|
||||
* @return empty vector of script-level type "call_argument_vector"
|
||||
*/
|
||||
VectorValPtr MakeEmptyCallArgumentVector();
|
||||
|
||||
} // namespace zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue