zeek/tools/binpac/lib/binpac_regex.cc
Tim Wojtulewicz ff26835976 Move binpac code into the main Zeek repository
This is based on commit 48f75b5f6415fe9d597e3e991cec635b1bc400dc from
the binpac repository.
2025-08-15 13:57:27 -07:00

12 lines
147 B
C++

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