]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
noodle: param name
authorMatthew Barr <matthew.barr@intel.com>
Thu, 29 Jun 2017 23:10:48 +0000 (09:10 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 21 Aug 2017 01:12:26 +0000 (11:12 +1000)
src/hwlm/noodle_engine.h

index 597a7bbc57719dc98a8dc6a1248032a77d4b33c8..18847e5a0cce66ec58b65b2079e6119ca10b4cca 100644 (file)
@@ -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,