From 591e5e7da7d98aa9f4996c303bf3fb0db2424bd0 Mon Sep 17 00:00:00 2001 From: Pablo Rincon Date: Sat, 24 Apr 2010 03:19:40 +0200 Subject: [PATCH] Moving inline functions to the .h files, so gcc can inline them correctly --- src/detect-fast-pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);