]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / protocol.h
index c3b3b383c3b1122aac301c92f1d8fe63dd15ddaa..5869cff444f0ff2cfa16844419cade1895b8712e 100644 (file)
@@ -17,8 +17,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_PROTOCOL_H__
-#define __TINC_PROTOCOL_H__
+#ifndef __MESHLINK_PROTOCOL_H__
+#define __MESHLINK_PROTOCOL_H__
 
 #include "ecdsa.h"
 
@@ -111,4 +111,4 @@ extern bool req_key_h(struct meshlink_handle *mesh, struct connection_t *, const
 extern bool ans_key_h(struct meshlink_handle *mesh, struct connection_t *, const char *);
 extern bool tcppacket_h(struct meshlink_handle *mesh, struct connection_t *, const char *);
 
-#endif /* __TINC_PROTOCOL_H__ */
+#endif /* __MESHLINK_PROTOCOL_H__ */