Moving inline functions to the .h files, so gcc can inline them correctly

remotes/origin/master-1.0.x
Pablo Rincon 16 years ago committed by Victor Julien
parent b1d1ea87ff
commit 591e5e7da7

@ -75,7 +75,7 @@ static int DetectFastPatternSetup(DetectEngineCtx *de_ctx, Signature *s, char *n
#ifdef UNITTESTS #ifdef UNITTESTS
inline SigGroupHead *SigMatchSignaturesGetSgh(ThreadVars *, SigGroupHead *SigMatchSignaturesGetSgh(ThreadVars *,
DetectEngineCtx *, DetectEngineCtx *,
DetectEngineThreadCtx *, DetectEngineThreadCtx *,
Packet *); Packet *);

Loading…
Cancel
Save