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 <memory>
#include <optional>
namespace zeek {
namespace zeek { namespace detail {
/**
* This structure helps chunk/simulate protocol conversions from arbitrary
@ -54,4 +54,4 @@ private:
const unsigned char* end;
};
} // namespace zeek
}} // namespace zeek::detail