Fix some compiler warnings.

This commit is contained in:
Guus Sliepen 2011-05-17 10:58:22 +02:00
parent a80c18dd20
commit 8de8f1d9e2
5 changed files with 4 additions and 5 deletions

View file

@ -97,6 +97,7 @@ extern void node_del(node_t *);
extern node_t *lookup_node(char *);
extern node_t *lookup_node_udp(const sockaddr_t *);
extern bool dump_nodes(struct connection_t *);
extern bool dump_traffic(struct connection_t *);
extern void update_node_udp(node_t *, const sockaddr_t *);
#endif /* __TINC_NODE_H__ */