Change vpn_packet_t::seqno from uint32_t to uint8_t[4].
[tinc] / src / info.h
index 239ceea..a3f387f 100644 (file)
@@ -21,6 +21,7 @@
 #define __TINC_INFO_H__
 
 extern int info(int fd, const char *item);
+extern char *strip_weight(char *);
 
 #endif