mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Move zeek-setup code into namespaces
This commit is contained in:
parent
e78e68b249
commit
6a3f98c835
4 changed files with 52 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue