From f2b97a51d86f7ae7b1ed50c56e21a4fe131f2092 Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Fri, 30 Jun 2017 09:10:48 +1000 Subject: [PATCH] noodle: param name --- src/hwlm/noodle_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwlm/noodle_engine.h b/src/hwlm/noodle_engine.h index 597a7bbc..18847e5a 100644 --- a/src/hwlm/noodle_engine.h +++ b/src/hwlm/noodle_engine.h @@ -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,