From 693e1baac36db0445c93764c80af3d7040e3a1f9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Nov 2009 15:59:50 +0000 Subject: [PATCH] fixed typo at include guards --- door_daemon/daemon.h | 4 ++-- door_daemon/log.h | 4 ++-- door_daemon/log_targets.h | 4 ++-- door_daemon/sig_handler.h | 4 ++-- door_daemon/string_list.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/door_daemon/daemon.h b/door_daemon/daemon.h index 599ecec..22e0ac0 100644 --- a/door_daemon/daemon.h +++ b/door_daemon/daemon.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_daemon_h_INCLUDED -#define UANYUTN_daemon_h_INCLUDED +#ifndef UANYTUN_daemon_h_INCLUDED +#define UANYTUN_daemon_h_INCLUDED #include #include diff --git a/door_daemon/log.h b/door_daemon/log.h index 513f506..2717622 100644 --- a/door_daemon/log.h +++ b/door_daemon/log.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_log_h_INCLUDED -#define UANYUTN_log_h_INCLUDED +#ifndef UANYTUN_log_h_INCLUDED +#define UANYTUN_log_h_INCLUDED #define MSG_LENGTH_MAX 150 diff --git a/door_daemon/log_targets.h b/door_daemon/log_targets.h index 563d04c..8db3812 100644 --- a/door_daemon/log_targets.h +++ b/door_daemon/log_targets.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_log_targets_h_INCLUDED -#define UANYUTN_log_targets_h_INCLUDED +#ifndef UANYTUN_log_targets_h_INCLUDED +#define UANYTUN_log_targets_h_INCLUDED #include diff --git a/door_daemon/sig_handler.h b/door_daemon/sig_handler.h index d88fed2..1995e1a 100644 --- a/door_daemon/sig_handler.h +++ b/door_daemon/sig_handler.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_sig_handler_h_INCLUDED -#define UANYUTN_sig_handler_h_INCLUDED +#ifndef UANYTUN_sig_handler_h_INCLUDED +#define UANYTUN_sig_handler_h_INCLUDED int signal_init(); int signal_handle(); diff --git a/door_daemon/string_list.h b/door_daemon/string_list.h index df5ca75..cd054cb 100644 --- a/door_daemon/string_list.h +++ b/door_daemon/string_list.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_string_list_h_INCLUDED -#define UANYUTN_string_list_h_INCLUDED +#ifndef UANYTUN_string_list_h_INCLUDED +#define UANYTUN_string_list_h_INCLUDED struct string_list_element_struct { char* string_; -- 1.7.10.4