From a41695f29f06e7ed692e25851a9f5298de34c8c3 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 7 Jul 2016 10:48:04 +0200 Subject: [PATCH] uricontent: remove left over func decl --- src/detect-uricontent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detect-uricontent.h b/src/detect-uricontent.h index 4c64d4338a..1729e58f3e 100644 --- a/src/detect-uricontent.h +++ b/src/detect-uricontent.h @@ -31,7 +31,6 @@ /* prototypes */ void DetectUricontentRegister (void); -uint32_t DetectUricontentMaxId(DetectEngineCtx *); void DetectUricontentPrint(DetectContentData *); #endif /* __DETECT_URICONTENT_H__ */