zeek/tools/binpac/lib/binpac_regex.cc

11 lines
143 B
C++

#include <vector>
namespace zeek { class RE_Matcher; }
namespace binpac
{
std::vector<zeek::RE_Matcher*>* uncompiled_re_matchers = 0;
}