From: Victor Julien Date: Sat, 17 Sep 2022 04:43:05 +0000 (+0200) Subject: ipfw: remove unused func prototype X-Git-Tag: suricata-7.0.0-beta1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faca974f3285a9e8021e70536d208ea7afcb9cca;p=thirdparty%2Fsuricata.git ipfw: remove unused func prototype --- diff --git a/src/source-ipfw.c b/src/source-ipfw.c index 366895da25..1fe8ce0055 100644 --- a/src/source-ipfw.c +++ b/src/source-ipfw.c @@ -129,7 +129,6 @@ static SCMutex ipfw_init_lock; /* IPFW Prototypes */ static void *IPFWGetQueue(int number); static TmEcode ReceiveIPFWThreadInit(ThreadVars *, const void *, void **); -static TmEcode ReceiveIPFW(ThreadVars *, Packet *, void *); static TmEcode ReceiveIPFWLoop(ThreadVars *tv, void *data, void *slot); static void ReceiveIPFWThreadExitStats(ThreadVars *, void *); static TmEcode ReceiveIPFWThreadDeinit(ThreadVars *, void *);