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