From: Matthew Barr Date: Thu, 29 Jun 2017 23:10:48 +0000 (+1000) Subject: noodle: param name X-Git-Tag: v4.6.0^2~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b97a51d86f7ae7b1ed50c56e21a4fe131f2092;p=thirdparty%2Fvectorscan.git noodle: param name --- 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,