mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +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
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "Options.h"
|
||||
|
||||
namespace zeek {
|
||||
namespace zeek { namespace detail {
|
||||
|
||||
struct SetupResult {
|
||||
int code = 0;
|
||||
|
@ -28,4 +28,4 @@ SetupResult setup(int argc, char** argv, zeek::Options* options = nullptr);
|
|||
*/
|
||||
int cleanup(bool did_net_run);
|
||||
|
||||
}
|
||||
}} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue