mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Stmt: move Stmt classes into zeek::detail namespace
This commit is contained in:
parent
f952acaddc
commit
3fa4acc175
23 changed files with 177 additions and 132 deletions
|
@ -41,5 +41,5 @@ extern std::vector<std::string> zeek_script_prefixes; // -p flag
|
|||
extern const char* command_line_policy; // -e flag
|
||||
extern std::vector<std::string> params;
|
||||
|
||||
class Stmt;
|
||||
extern Stmt* stmts; // global statements
|
||||
FORWARD_DECLARE_NAMESPACED(Stmt, zeek::detail);
|
||||
extern zeek::detail::Stmt* stmts; // global statements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue