mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Rename types in ZeekList.h to be consistent with the style guide
This commit is contained in:
parent
a34e632eef
commit
01ce18894b
37 changed files with 163 additions and 163 deletions
|
@ -25,7 +25,7 @@ using Args = std::vector<ValPtr>;
|
|||
* @return the converted argument list
|
||||
*
|
||||
*/
|
||||
Args val_list_to_args(const val_list& vl);
|
||||
Args val_list_to_args(const ValPList& vl);
|
||||
|
||||
/**
|
||||
* Creates a vector of "call_argument" meta data describing the arguments to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue