From f04f0853b2be8b46d1437e6636900165b3a89f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 14 Mar 2019 21:21:50 +0100 Subject: Add or clean header guards in lib/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Rühsen --- lib/locks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/locks.h') diff --git a/lib/locks.h b/lib/locks.h index deb010b8d2..63780bf571 100644 --- a/lib/locks.h +++ b/lib/locks.h @@ -20,8 +20,8 @@ * */ -#ifndef GNUTLS_LOCKS_H -#define GNUTLS_LOCKS_H +#ifndef GNUTLS_LIB_LOCKS_H +#define GNUTLS_LIB_LOCKS_H #include #include "gnutls_int.h" @@ -76,4 +76,4 @@ extern mutex_unlock_func gnutls_mutex_unlock; # define GNUTLS_STATIC_MUTEX_UNLOCK(mutex) #endif -#endif +#endif /* GNUTLS_LIB_LOCKS_H */ -- cgit v1.2.1