zeek/tools/binpac/lib/binpac_regex.cc

11 lines
118 B
C++

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