From 0e07e421677bb634e876f69a80eeb26ea2789a2a Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Mon, 1 Aug 2022 10:04:25 +0200 Subject: [PATCH] No compiler warnings --- src/ac/discovery_cache.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ac/discovery_cache.h b/src/ac/discovery_cache.h index 473b463b..2972a1d0 100644 --- a/src/ac/discovery_cache.h +++ b/src/ac/discovery_cache.h @@ -3,7 +3,7 @@ - +#include "cw/mod.h" struct cw_DiscoveryCache * discovery_cache_create(int len); @@ -14,4 +14,5 @@ void discovery_cache_add(struct cw_DiscoveryCache *cache, int discovery_cache_get(struct cw_DiscoveryCache * cache,struct sockaddr *addr, struct cw_Mod ** modcapwap, struct cw_Mod **modbindings); -#endif \ No newline at end of file +void discovery_cache_destroy(struct cw_DiscoveryCache * c); +#endif