From d4d62f30992733e00de803d9d033f594bb2187ec Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 3 Oct 2011 23:35:45 +0200 Subject: [PATCH] http-uri: Remove useless function declaration. --- src/detect-http-uri.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/detect-http-uri.c b/src/detect-http-uri.c index 1dcbb01708..373a3182e6 100644 --- a/src/detect-http-uri.c +++ b/src/detect-http-uri.c @@ -49,9 +49,6 @@ #include "detect-uricontent.h" #include "stream-tcp.h" -int DetectHttpUriMatch (ThreadVars *t, DetectEngineThreadCtx *det_ctx, - Flow *f, uint8_t flags, void *state, Signature *s, - SigMatch *m); static int DetectHttpUriSetup (DetectEngineCtx *, Signature *, char *); void DetectHttpUriRegisterTests(void);