diff options
| author | 2013-02-27 15:02:20 +0100 | |
|---|---|---|
| committer | 2013-02-27 15:02:20 +0100 | |
| commit | 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 (patch) | |
| tree | 153028634b09716cb8606f224cf6ee89dcb3fb69 /include/libimobiledevice | |
| parent | d5f91e4cfbe0ae7f9c909ab1061384bff75cd4c4 (diff) | |
| download | libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.gz libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.bz2 | |
Make all "include guards" for all headers consistent
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/afc.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/house_arrest.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/installation_proxy.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/misagent.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/mobile_image_mounter.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/notification_proxy.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/restore.h | 4 | ||||
| -rw-r--r-- | include/libimobiledevice/sbservices.h | 4 |
10 files changed, 20 insertions, 20 deletions
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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef AFC_H | 23 | #ifndef IAFC_H |
| 24 | #define AFC_H | 24 | #define IAFC_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef HOUSE_ARREST_H | 23 | #ifndef IHOUSE_ARREST_H |
| 24 | #define HOUSE_ARREST_H | 24 | #define IHOUSE_ARREST_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef INSTALLATION_PROXY_H | 23 | #ifndef IINSTALLATION_PROXY_H |
| 24 | #define INSTALLATION_PROXY_H | 24 | #define IINSTALLATION_PROXY_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef LIBIMOBILEDEVICE_H | 23 | #ifndef IMOBILEDEVICE_H |
| 24 | #define LIBIMOBILEDEVICE_H | 24 | #define IMOBILEDEVICE_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 22 | */ | 22 | */ |
| 23 | 23 | ||
| 24 | #ifndef LOCKDOWN_H | 24 | #ifndef ILOCKDOWN_H |
| 25 | #define LOCKDOWN_H | 25 | #define ILOCKDOWN_H |
| 26 | 26 | ||
| 27 | #ifdef __cplusplus | 27 | #ifdef __cplusplus |
| 28 | extern "C" { | 28 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef MISAGENT_H | 23 | #ifndef IMISAGENT_H |
| 24 | #define MISAGENT_H | 24 | #define IMISAGENT_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef MOBILE_IMAGE_MOUNTER_H | 23 | #ifndef IMOBILE_IMAGE_MOUNTER_H |
| 24 | #define MOBILE_IMAGE_MOUNTER_H | 24 | #define IMOBILE_IMAGE_MOUNTER_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef NOTIFICATION_PROXY_H | 23 | #ifndef INOTIFICATION_PROXY_H |
| 24 | #define NOTIFICATION_PROXY_H | 24 | #define INOTIFICATION_PROXY_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | 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 @@ | |||
| 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 22 | */ | 22 | */ |
| 23 | 23 | ||
| 24 | #ifndef RESTORE_H | 24 | #ifndef IRESTORE_H |
| 25 | #define RESTORE_H | 25 | #define IRESTORE_H |
| 26 | 26 | ||
| 27 | #ifdef __cplusplus | 27 | #ifdef __cplusplus |
| 28 | extern "C" { | 28 | 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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifndef SB_SERVICES_H | 23 | #ifndef ISB_SERVICES_H |
| 24 | #define SB_SERVICES_H | 24 | #define ISB_SERVICES_H |
| 25 | 25 | ||
| 26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
| 27 | extern "C" { | 27 | extern "C" { |
