Install tinc as a service under Windows (MinGW). Remove cleanup_and_exit(),
[tinc] / lib / utils.h
index caf6e6f..d8dc476 100644 (file)
@@ -38,4 +38,8 @@ extern void cp_trace(void);
 extern void hex2bin(char *src, char *dst, int length);
 extern void bin2hex(char *src, char *dst, int length);
 
+#ifdef HAVE_MINGW
+extern char *winerror(int);
+#endif
+
 #endif                                                 /* __TINC_UTILS_H__ */