summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/restore.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-27 15:02:20 +0100
committerGravatar Martin Szulecki2013-02-27 15:02:20 +0100
commit82429cd891bb26f2c5b77ff90e3e62eb60434bc6 (patch)
tree153028634b09716cb8606f224cf6ee89dcb3fb69 /include/libimobiledevice/restore.h
parentd5f91e4cfbe0ae7f9c909ab1061384bff75cd4c4 (diff)
downloadlibimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.gz
libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.bz2
Make all "include guards" for all headers consistent
Diffstat (limited to 'include/libimobiledevice/restore.h')
-rw-r--r--include/libimobiledevice/restore.h4
1 files changed, 2 insertions, 2 deletions
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
28extern "C" { 28extern "C" {