X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Futils.h;h=2e4fcf86083154b54399b8e34773d294ca1c9fd2;hp=4456616d8669daa35a4704fbe32f9b6e8248e2c8;hb=17a33dfd95b1a29e90db76414eb9622df9632320;hpb=e00b44cb98e4d50a0d426048ba01dbd80bcb5941 diff --git a/lib/utils.h b/lib/utils.h index 4456616d..2e4fcf86 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -21,7 +21,7 @@ #ifndef __TINC_UTILS_H__ #define __TINC_UTILS_H__ -extern void hex2bin(char *src, char *dst, int length); +extern bool hex2bin(char *src, char *dst, int length); extern void bin2hex(char *src, char *dst, int length); #ifdef HAVE_MINGW @@ -40,6 +40,6 @@ extern const char *winerror(int); #define sockinprogress(x) ((x) == EINPROGRESS) #endif -extern unsigned int bitfield_to_int(void *bitfield, size_t size); +extern unsigned int bitfield_to_int(const void *bitfield, size_t size); #endif /* __TINC_UTILS_H__ */