No compiler warnings
This commit is contained in:
parent
4c37d89f03
commit
0e07e42167
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#include "cw/mod.h"
|
||||||
|
|
||||||
|
|
||||||
struct cw_DiscoveryCache * discovery_cache_create(int len);
|
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,
|
int discovery_cache_get(struct cw_DiscoveryCache * cache,struct sockaddr *addr,
|
||||||
struct cw_Mod ** modcapwap, struct cw_Mod **modbindings);
|
struct cw_Mod ** modcapwap, struct cw_Mod **modbindings);
|
||||||
|
|
||||||
#endif
|
void discovery_cache_destroy(struct cw_DiscoveryCache * c);
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user