Add UPnP support to tincd.
[oweals/tinc.git] / src / info.h
index 239ceeacd9bc0f26823f95c5d77381acaf81d938..a3f387ff61c0b0f04e78dfd803f15af78e7fb2c2 100644 (file)
@@ -21,6 +21,7 @@
 #define __TINC_INFO_H__
 
 extern int info(int fd, const char *item);
+extern char *strip_weight(char *);
 
 #endif