diff --git a/src/detect-fast-pattern.c b/src/detect-fast-pattern.c index 8a6ec8f4d7..9bf149a06a 100644 --- a/src/detect-fast-pattern.c +++ b/src/detect-fast-pattern.c @@ -75,7 +75,7 @@ static int DetectFastPatternSetup(DetectEngineCtx *de_ctx, Signature *s, char *n #ifdef UNITTESTS -inline SigGroupHead *SigMatchSignaturesGetSgh(ThreadVars *, +SigGroupHead *SigMatchSignaturesGetSgh(ThreadVars *, DetectEngineCtx *, DetectEngineThreadCtx *, Packet *);