noodle: param name

This commit is contained in:
Matthew Barr 2017-06-30 09:10:48 +10:00
parent 166f5d8ba5
commit f2b97a51d8

View File

@ -44,7 +44,7 @@ struct noodTable;
/** \brief Block-mode scanner. */ /** \brief Block-mode scanner. */
hwlm_error_t noodExec(const struct noodTable *n, const u8 *buf, size_t len, 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. */ /** \brief Streaming-mode scanner. */
hwlm_error_t noodExecStreaming(const struct noodTable *n, const u8 *hbuf, hwlm_error_t noodExecStreaming(const struct noodTable *n, const u8 *hbuf,