mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-17 16:00:26 +03:00
teddy: fix forward decl (namespace ue2)
This commit is contained in:
committed by
Matthew Barr
parent
67779e0c0a
commit
d9bac2bdb3
@@ -26,7 +26,8 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
/**
|
||||
* \file
|
||||
* \brief FDR literal matcher: Teddy build API.
|
||||
*/
|
||||
|
||||
@@ -39,12 +40,12 @@
|
||||
#include <vector>
|
||||
|
||||
struct FDR;
|
||||
struct target_t;
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
struct Grey;
|
||||
struct hwlmLiteral;
|
||||
struct target_t;
|
||||
|
||||
bytecode_ptr<FDR> teddyBuildTableHinted(const std::vector<hwlmLiteral> &lits,
|
||||
bool make_small, u32 hint,
|
||||
|
||||
Reference in New Issue
Block a user