mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
noodle: param name
This commit is contained in:
parent
166f5d8ba5
commit
f2b97a51d8
@ -44,7 +44,7 @@ struct noodTable;
|
||||
|
||||
/** \brief Block-mode scanner. */
|
||||
hwlm_error_t noodExec(const struct noodTable *n, const u8 *buf, size_t len,
|
||||
size_t offset_adj, HWLMCallback cb, void *ctxt);
|
||||
size_t start, HWLMCallback cb, void *ctxt);
|
||||
|
||||
/** \brief Streaming-mode scanner. */
|
||||
hwlm_error_t noodExecStreaming(const struct noodTable *n, const u8 *hbuf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user