From 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 27 Feb 2013 15:02:20 +0100 Subject: Make all "include guards" for all headers consistent --- include/asprintf.h | 4 ++-- include/libimobiledevice/afc.h | 4 ++-- include/libimobiledevice/house_arrest.h | 4 ++-- include/libimobiledevice/installation_proxy.h | 4 ++-- include/libimobiledevice/libimobiledevice.h | 4 ++-- include/libimobiledevice/lockdown.h | 4 ++-- include/libimobiledevice/misagent.h | 4 ++-- include/libimobiledevice/mobile_image_mounter.h | 4 ++-- include/libimobiledevice/notification_proxy.h | 4 ++-- include/libimobiledevice/restore.h | 4 ++-- include/libimobiledevice/sbservices.h | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) (limited to 'include') diff --git a/include/asprintf.h b/include/asprintf.h index 65957e0..ce26aed 100644 --- a/include/asprintf.h +++ b/include/asprintf.h @@ -1,5 +1,5 @@ -#ifndef ASPRINTF_H -#define ASPRINTF_H +#ifndef __ASPRINTF_H +#define __ASPRINTF_H #ifdef HAVE_CONFIG_H #include diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index 1b4ad5b..df3aaa6 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AFC_H -#define AFC_H +#ifndef IAFC_H +#define IAFC_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index 171bc5f..f12be26 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef HOUSE_ARREST_H -#define HOUSE_ARREST_H +#ifndef IHOUSE_ARREST_H +#define IHOUSE_ARREST_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index 6a20c0b..049c0d7 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INSTALLATION_PROXY_H -#define INSTALLATION_PROXY_H +#ifndef IINSTALLATION_PROXY_H +#define IINSTALLATION_PROXY_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index f7b747a..06363bd 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LIBIMOBILEDEVICE_H -#define LIBIMOBILEDEVICE_H +#ifndef IMOBILEDEVICE_H +#define IMOBILEDEVICE_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index 287d3f6..8d1b324 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LOCKDOWN_H -#define LOCKDOWN_H +#ifndef ILOCKDOWN_H +#define ILOCKDOWN_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/misagent.h b/include/libimobiledevice/misagent.h index 3adfd9d..bf6985f 100644 --- a/include/libimobiledevice/misagent.h +++ b/include/libimobiledevice/misagent.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MISAGENT_H -#define MISAGENT_H +#ifndef IMISAGENT_H +#define IMISAGENT_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/mobile_image_mounter.h b/include/libimobiledevice/mobile_image_mounter.h index a9f500d..6aee1e7 100644 --- a/include/libimobiledevice/mobile_image_mounter.h +++ b/include/libimobiledevice/mobile_image_mounter.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MOBILE_IMAGE_MOUNTER_H -#define MOBILE_IMAGE_MOUNTER_H +#ifndef IMOBILE_IMAGE_MOUNTER_H +#define IMOBILE_IMAGE_MOUNTER_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h index 3f883e5..c683564 100644 --- a/include/libimobiledevice/notification_proxy.h +++ b/include/libimobiledevice/notification_proxy.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef NOTIFICATION_PROXY_H -#define NOTIFICATION_PROXY_H +#ifndef INOTIFICATION_PROXY_H +#define INOTIFICATION_PROXY_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/restore.h b/include/libimobiledevice/restore.h index a895a7f..584adb4 100644 --- a/include/libimobiledevice/restore.h +++ b/include/libimobiledevice/restore.h @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RESTORE_H -#define RESTORE_H +#ifndef IRESTORE_H +#define IRESTORE_H #ifdef __cplusplus extern "C" { diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h index 55d8b93..93bb496 100644 --- a/include/libimobiledevice/sbservices.h +++ b/include/libimobiledevice/sbservices.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SB_SERVICES_H -#define SB_SERVICES_H +#ifndef ISB_SERVICES_H +#define ISB_SERVICES_H #ifdef __cplusplus extern "C" { -- cgit v1.1-32-gdbae