X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnetutl.h;h=2f68e8325b35a579efce6c54e578a1e3e0de73ec;hb=f13d66f20a227a87075f6456f41b83ce269b67f4;hp=065f4b20fcce842446815a7a83006d0a3ab82f49;hpb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;p=meshlink diff --git a/src/netutl.h b/src/netutl.h index 065f4b20..2f68e832 100644 --- a/src/netutl.h +++ b/src/netutl.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_NETUTL_H +#define MESHLINK_NETUTL_H + /* netutl.h -- header file for netutl.c - Copyright (C) 2014 Guus Sliepen + Copyright (C) 2014, 2017 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __MESHLINK_NETUTL_H__ -#define __MESHLINK_NETUTL_H__ - #include "net.h" extern bool hostnames; @@ -34,4 +34,4 @@ extern void sockaddrunmap(sockaddr_t *); extern void sockaddrfree(sockaddr_t *); extern void sockaddrcpy(sockaddr_t *, const sockaddr_t *); -#endif /* __MESHLINK_NETUTL_H__ */ +#endif