From 501f79c0ed28b14dcc0e9c8ca5c9bb05a3bb75d3 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 2 Oct 2024 12:37:34 +0530 Subject: [PATCH] detect/engine: deduplicate fn definitions --- src/detect-engine.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/detect-engine.h b/src/detect-engine.h index b0e443e127..11d747537f 100644 --- a/src/detect-engine.h +++ b/src/detect-engine.h @@ -191,8 +191,6 @@ void DetectEngineSetParseMetadata(void); void DetectEngineUnsetParseMetadata(void); int DetectEngineMustParseMetadata(void); -SigMatch *DetectBufferGetFirstSigMatch(const Signature *s, const uint32_t buf_id); -SigMatch *DetectBufferGetLastSigMatch(const Signature *s, const uint32_t buf_id); bool DetectBufferIsPresent(const Signature *s, const uint32_t buf_id); int WARN_UNUSED DetectBufferSetActiveList(DetectEngineCtx *de_ctx, Signature *s, const int list); -- 2.47.2