mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +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
|
@ -625,13 +625,13 @@ void File::FileEvent(zeek::EventHandlerPtr h)
|
|||
FileEvent(h, zeek::Args{val});
|
||||
}
|
||||
|
||||
void File::FileEvent(zeek::EventHandlerPtr h, val_list* vl)
|
||||
void File::FileEvent(zeek::EventHandlerPtr h, ValPList* vl)
|
||||
{
|
||||
FileEvent(h, zeek::val_list_to_args(*vl));
|
||||
delete vl;
|
||||
}
|
||||
|
||||
void File::FileEvent(zeek::EventHandlerPtr h, val_list vl)
|
||||
void File::FileEvent(zeek::EventHandlerPtr h, ValPList vl)
|
||||
{
|
||||
FileEvent(h, zeek::val_list_to_args(vl));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue