Fix typo 0fda572c88d02b0b200ef81d72cc4da594fa0e38 that prevented some errors from...
[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