X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Futils.h;fp=src%2Futils.h;h=1ea1026a52303bfa82681eb1dc025eb45a323a7c;hb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae;hp=c0e20e0b0e2d51ef0b80b5759bb53b13b94aa96f;hpb=a230bea6a2fc33876ff46478449e466a6407c09d;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__ */