From b25865cc827f4a6a9c31f3d92a4e443485fd5d93 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 26 May 2019 14:46:36 +0300 Subject: common: cosmetic changes. Signed-off-by: Gediminas Jakutis --- include/protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index 598b8e3..34ad4a3 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef PROTOCOL_H_INCLUDED -#define PROTOCOL_H_INCLUDED +#ifndef USURPATION_PROTOCOL_H_INCLUDED +#define USURPATION_PROTOCOL_H_INCLUDED #include @@ -134,4 +134,4 @@ void clear_data(struct tlv_packet *packet); */ size_t tlv_data_size(struct tlv_parser *parser); -#endif /* PROTOCOL_H_INCLUDED */ +#endif /* USURPATION_PROTOCOL_H_INCLUDED */ -- cgit v1.2.3