]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/prefilter: minor function ptr cleanup
authorVictor Julien <vjulien@oisf.net>
Mon, 29 Apr 2024 18:48:32 +0000 (20:48 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2024 19:09:00 +0000 (21:09 +0200)
commit4c2960169c8376fcafd81f62c32eda0054c26a63
tree49541c1d1fe07b59b0702aaebc4f2501e8fbbce0
parent2d1ccb76b1a5b50505d63eba85d8aa623d633267
detect/prefilter: minor function ptr cleanup

Use a typedef'd function pointer for packet Prefilter callbacks to make
the code consistent with the other callbacks.
src/detect-engine-prefilter.c
src/detect-engine-prefilter.h
src/detect.h