Move zeek-setup code into namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-13 09:19:49 -07:00
parent e78e68b249
commit 6a3f98c835
4 changed files with 52 additions and 39 deletions

View file

@ -4,7 +4,7 @@
#include "Options.h"
namespace zeek { namespace detail {
namespace zeek::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
} // namespace zeek::detail