From: Lukas Sismis Date: Wed, 25 Jun 2025 09:40:20 +0000 (+0200) Subject: dpdk: complete function prototype definition X-Git-Tag: suricata-8.0.0~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f471de51b8979617e0f34a29599f69a5f0683ffe;p=thirdparty%2Fsuricata.git dpdk: complete function prototype definition Ticket: 7789 --- diff --git a/src/util-affinity.c b/src/util-affinity.c index 84feb4d391..1b65226b09 100644 --- a/src/util-affinity.c +++ b/src/util-affinity.c @@ -806,7 +806,7 @@ static int TopologyInitialize(void) return 0; } -void TopologyDestroy() +void TopologyDestroy(void) { if (topology != NULL) { hwloc_topology_destroy(topology);