ZeekArgs: Deprecate val_list_to_args()

Fly-by deprecation for something that isn't used in-tree anymore.
This commit is contained in:
Arne Welzel 2024-11-21 09:30:50 +01:00
parent 4a96d34af6
commit b996f87e75

View file

@ -27,6 +27,7 @@ using Args = std::vector<ValPtr>;
* @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);
/**