X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeta.h;h=38c9b8115d8c5c683fe4be5a920f9c2f8ec57bae;hb=1191935b499d91859e9ac74919f3ab28ddf62d3e;hp=5aae67dd4ab375893bb6db9d6b8290304d4c9e8a;hpb=2cfd1205dc9c6e9d42cc569f415afe13f52357ec;p=meshlink diff --git a/src/meta.h b/src/meta.h index 5aae67dd..38c9b811 100644 --- a/src/meta.h +++ b/src/meta.h @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_META_H__ -#define __TINC_META_H__ +#ifndef __MESHLINK_META_H__ +#define __MESHLINK_META_H__ #include "connection.h" @@ -28,4 +28,4 @@ extern bool receive_meta_sptps(void *, uint8_t, const void *, uint16_t); extern void broadcast_meta(struct meshlink_handle *mesh, struct connection_t *, const char *, int); extern bool receive_meta(struct meshlink_handle *mesh, struct connection_t *); -#endif /* __TINC_META_H__ */ +#endif /* __MESHLINK_META_H__ */