X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Futils.h;h=d8dc4768d609a3b589e1d03149b74fa1d8b17c46;hp=caf6e6f630c222281b09d1b8191add12071bdb45;hb=f08fc359a0b7f638e73a8f866119b016b7dff8de;hpb=7c34122af7ed4667748ceae4966bd5b519ac8ad7 diff --git a/lib/utils.h b/lib/utils.h index caf6e6f6..d8dc4768 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -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__ */