From b24d382800c75652d7821e73509c7d1383d64242 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Nov 2009 11:57:24 +0000 Subject: fixed include guards, new format: UANYTUN_filename_h_INCLUDED --- src/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daemon.h') diff --git a/src/daemon.h b/src/daemon.h index afe1a27..599ecec 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef _DAEMON_H_ -#define _DAEMON_H_ +#ifndef UANYUTN_daemon_h_INCLUDED +#define UANYUTN_daemon_h_INCLUDED #include #include -- cgit v1.2.3