X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Futils.h;h=ce7264829c7d8fd5e50114537ef09e1f96719229;hp=04c4ddbd3aeb6c8f94087594a99baf9ba7240fc1;hb=81afa26e4ad53bea00da18a7666f63d33cf3f588;hpb=9b394bc887695da6db74f4b9796b4823e553f8cc diff --git a/lib/utils.h b/lib/utils.h index 04c4ddbd..ce726482 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -43,4 +43,6 @@ extern const char *winerror(int); #define strerror(x) ((x)>0?strerror(x):winerror(GetLastError())) #endif +extern unsigned int bitfield_to_int(void *bitfield, size_t size); + #endif /* __TINC_UTILS_H__ */