mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
ZeekArgs: Deprecate val_list_to_args()
Fly-by deprecation for something that isn't used in-tree anymore.
This commit is contained in:
parent
4a96d34af6
commit
b996f87e75
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ using Args = std::vector<ValPtr>;
|
||||||
* @return the converted argument list
|
* @return the converted argument list
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
[[deprecated("Remove in v8.1. Convert users to produce zeek::Args directly.")]]
|
||||||
Args val_list_to_args(const ValPList& vl);
|
Args val_list_to_args(const ValPList& vl);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue