X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;fp=src%2Fprotocol.h;h=5ddb68c094b0165acd54060b6e6a13ba19e431d9;hp=147475adc6305c615ba0daeab92d3c04b95755dc;hb=d178b583df9fe2bf3ebb3a7377203efc5c46df32;hpb=4fe3688bc68f77686d2061ee9240509e7158441c diff --git a/src/protocol.h b/src/protocol.h index 147475ad..5ddb68c0 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,3 +1,6 @@ +#ifndef TINC_PROTOCOL_H +#define TINC_PROTOCOL_H + /* protocol.h -- header for protocol.c Copyright (C) 1999-2005 Ivo Timmermans, @@ -18,9 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_PROTOCOL_H__ -#define __TINC_PROTOCOL_H__ - /* Protocol version. Different versions are incompatible, incompatible version have different protocols. */ @@ -123,4 +123,4 @@ extern bool req_key_h(struct connection_t *); extern bool ans_key_h(struct connection_t *); extern bool tcppacket_h(struct connection_t *); -#endif /* __TINC_PROTOCOL_H__ */ +#endif