Fix some compiler warnings.
This commit is contained in:
parent
a80c18dd20
commit
8de8f1d9e2
5 changed files with 4 additions and 5 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue