aboutsummaryrefslogtreecommitdiffstats
path: root/src/security.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-24 06:24:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-24 06:24:14 +0200
commit457c655231d10b7ec606f8b3a63f461fe19f098c (patch)
treebdbdc45ed8c91b26d860357d7560451066a21e13 /src/security.h
parentenable more warnings (diff)
downloadcerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.gz
cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.bz2
cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.xz
change inclusion guard pattern
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/security.h')
-rw-r--r--src/security.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/security.h b/src/security.h
index 3a218d9..128422d 100644
--- a/src/security.h
+++ b/src/security.h
@@ -16,8 +16,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __SECURITY_H__
-#define __SECURITY_H__
+#ifndef CERBERUS_SECURITY_H
+#define CERBERUS_SECURITY_H
#include <sys/types.h>