No compiler warnings

This commit is contained in:
7u83 2022-08-01 10:04:25 +02:00
parent 4c37d89f03
commit 0e07e42167
1 changed files with 3 additions and 2 deletions

View File

@ -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
void discovery_cache_destroy(struct cw_DiscoveryCache * c);
#endif