X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;fp=src%2Fconnection.h;h=5c11217593906d8dc3f1d93a00d56ad6b357777e;hb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae;hp=443930b50a9d7fb030a512b37006441921da62aa;hpb=a230bea6a2fc33876ff46478449e466a6407c09d;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__ */