From a29ce473c520d1c2930812e423f4fbf7ae100bb1 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Jul 2021 00:26:07 -0700 Subject: Fix header guards. --- src/sp/transport.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/sp/transport.h b/src/sp/transport.h index dfa1509f..ae44ecc4 100644 --- a/src/sp/transport.h +++ b/src/sp/transport.h @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. +// Copyright 2021 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // Copyright 2018 Devolutions // @@ -9,8 +9,8 @@ // found online at https://opensource.org/licenses/MIT. // -#ifndef CORE_TRANSPORT_H -#define CORE_TRANSPORT_H +#ifndef PROTOCOL_SP_TRANSPORT_H +#define PROTOCOL_SP_TRANSPORT_H #include "core/options.h" @@ -186,4 +186,4 @@ extern int nni_sp_tran_sys_init(void); extern void nni_sp_tran_sys_fini(void); extern int nni_sp_tran_register(const nni_sp_tran *tran); -#endif // CORE_TRANSPORT_H +#endif // PROTOCOL_SP_TRANSPORT_H -- cgit v1.2.3-70-g09d2