diff options
| author | 2013-02-27 15:02:20 +0100 | |
|---|---|---|
| committer | 2013-02-27 15:02:20 +0100 | |
| commit | 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 (patch) | |
| tree | 153028634b09716cb8606f224cf6ee89dcb3fb69 /src/lockdown.h | |
| parent | d5f91e4cfbe0ae7f9c909ab1061384bff75cd4c4 (diff) | |
| download | libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.gz libimobiledevice-82429cd891bb26f2c5b77ff90e3e62eb60434bc6.tar.bz2 | |
Make all "include guards" for all headers consistent
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 289053a..59b1659 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * lockdownd.h | 2 | * lockdown.h |
| 3 | * Defines lockdown stuff, like the client struct. | 3 | * Defines lockdown stuff, like the client struct. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| @@ -19,8 +19,8 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef LOCKDOWND_H | 22 | #ifndef __LOCKDOWND_H |
| 23 | #define LOCKDOWND_H | 23 | #define __LOCKDOWND_H |
| 24 | 24 | ||
| 25 | #include "userpref.h" | 25 | #include "userpref.h" |
| 26 | 26 | ||
