Use zeek::detail namespace for fuzzer utils

This commit is contained in:
Jon Siwek 2020-05-04 17:37:11 -07:00
parent 5a2d25c954
commit 2d0b8c0b8e
7 changed files with 17 additions and 16 deletions

View file

@ -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