X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeta.h;fp=src%2Fmeta.h;h=6372e34af91dfb562a9d9aeaa072a27983072b5b;hb=61d9b04f66055e61f0afdf8955ff890f4da39288;hp=38c9b8115d8c5c683fe4be5a920f9c2f8ec57bae;hpb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;p=meshlink diff --git a/src/meta.h b/src/meta.h index 38c9b811..6372e34a 100644 --- a/src/meta.h +++ b/src/meta.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_META_H +#define MESHLINK_META_H + /* meta.h -- header for meta.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_META_H__ -#define __MESHLINK_META_H__ - #include "connection.h" extern bool send_meta(struct meshlink_handle *mesh, struct connection_t *, const char *, int); @@ -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 /* __MESHLINK_META_H__ */ +#endif