X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Futils.h;h=1ea1026a52303bfa82681eb1dc025eb45a323a7c;hb=138cfb668035b60423f805767c2a13dffc44dfd5;hp=c0e20e0b0e2d51ef0b80b5759bb53b13b94aa96f;hpb=2cfd1205dc9c6e9d42cc569f415afe13f52357ec;p=meshlink diff --git a/src/utils.h b/src/utils.h index c0e20e0b..1ea1026a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_UTILS_H__ -#define __TINC_UTILS_H__ +#ifndef __MESHLINK_UTILS_H__ +#define __MESHLINK_UTILS_H__ extern int hex2bin(const char *src, void *dst, int length); extern int bin2hex(const void *src, char *dst, int length); @@ -47,4 +47,4 @@ extern const char *winerror(int); extern unsigned int bitfield_to_int(const void *bitfield, size_t size); -#endif /* __TINC_UTILS_H__ */ +#endif /* __MESHLINK_UTILS_H__ */