mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
noodle_build: update interface to use hwlmLiteral
This commit is contained in:
committed by
Matthew Barr
parent
31b1114f76
commit
d7774f3d69
@@ -40,9 +40,10 @@ struct noodTable;
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
struct hwlmLiteral;
|
||||
|
||||
/** \brief Construct a Noodle matcher for the given literal. */
|
||||
ue2::aligned_unique_ptr<noodTable> noodBuildTable(const u8 *lit, size_t len,
|
||||
bool nocase, u32 id);
|
||||
ue2::aligned_unique_ptr<noodTable> noodBuildTable(const hwlmLiteral &lit);
|
||||
|
||||
size_t noodSize(const noodTable *n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user