mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -4,12 +4,14 @@
|
|||
|
||||
#include "zeek/Options.h"
|
||||
|
||||
namespace zeek::detail {
|
||||
namespace zeek::detail
|
||||
{
|
||||
|
||||
struct SetupResult {
|
||||
struct SetupResult
|
||||
{
|
||||
int code = 0;
|
||||
Options options;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Initializes Zeek's global state.
|
||||
|
@ -28,4 +30,4 @@ SetupResult setup(int argc, char** argv, Options* options = nullptr);
|
|||
*/
|
||||
int cleanup(bool did_run_loop);
|
||||
|
||||
} // namespace zeek::detail
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue