]> git.meshlink.io Git - meshlink/blobdiff - src/route.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / route.h
index 0d13ad601e78883fefe179b2423c27654f5056fb..ea3a7760e1613411fc02ab1f7192597f0dcd56e1 100644 (file)
@@ -17,8 +17,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_ROUTE_H__
-#define __TINC_ROUTE_H__
+#ifndef __MESHLINK_ROUTE_H__
+#define __MESHLINK_ROUTE_H__
 
 #include "net.h"
 #include "node.h"
@@ -27,4 +27,4 @@ extern bool decrement_ttl;
 
 extern void route(struct meshlink_handle *mesh, struct node_t *, struct vpn_packet_t *);
 
-#endif /* __TINC_ROUTE_H__ */
+#endif /* __MESHLINK_ROUTE_H__ */