mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
12 lines
147 B
C++
12 lines
147 B
C++
|
|
#include <vector>
|
|
|
|
namespace zeek {
|
|
class RE_Matcher;
|
|
}
|
|
|
|
namespace binpac {
|
|
|
|
std::vector<zeek::RE_Matcher*>* uncompiled_re_matchers = nullptr;
|
|
|
|
}
|