X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;h=5c11217593906d8dc3f1d93a00d56ad6b357777e;hb=46ef967244d11a2e1dc9c0c61f5d1e2caf08b51a;hp=443930b50a9d7fb030a512b37006441921da62aa;hpb=a1b50920b9a52f86ca6e33fcb24d7fa34313a1ee;p=meshlink diff --git a/src/connection.h b/src/connection.h index 443930b5..5c112175 100644 --- a/src/connection.h +++ b/src/connection.h @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_CONNECTION_H__ -#define __TINC_CONNECTION_H__ +#ifndef __MESHLINK_CONNECTION_H__ +#define __MESHLINK_CONNECTION_H__ #include "buffer.h" #include "list.h" @@ -96,4 +96,4 @@ extern void free_connection(connection_t *); extern void connection_add(struct meshlink_handle *mesh, connection_t *); extern void connection_del(struct meshlink_handle *mesh, connection_t *); -#endif /* __TINC_CONNECTION_H__ */ +#endif /* __MESHLINK_CONNECTION_H__ */