mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Use zeek::detail namespace for fuzzer utils
This commit is contained in:
parent
5a2d25c954
commit
2d0b8c0b8e
7 changed files with 17 additions and 16 deletions
|
@ -10,7 +10,7 @@
|
|||
int main(int argc, char** argv)
|
||||
{
|
||||
auto time_start = current_time(true);
|
||||
auto setup_result = zeek::setup(argc, argv);
|
||||
auto setup_result = zeek::detail::setup(argc, argv);
|
||||
|
||||
if ( setup_result.code )
|
||||
return setup_result.code;
|
||||
|
@ -78,5 +78,5 @@ int main(int argc, char** argv)
|
|||
}
|
||||
}
|
||||
|
||||
return zeek::cleanup(do_net_run);
|
||||
return zeek::detail::cleanup(do_net_run);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue