]> git.meshlink.io Git - meshlink/blobdiff - src/meta.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / meta.h
index 5aae67dd4ab375893bb6db9d6b8290304d4c9e8a..38c9b8115d8c5c683fe4be5a920f9c2f8ec57bae 100644 (file)
@@ -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__ */