diff options
Diffstat (limited to 'src/mobilesync.h')
-rw-r--r-- | src/mobilesync.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mobilesync.h b/src/mobilesync.h index 24e61af..3b5ece9 100644 --- a/src/mobilesync.h +++ b/src/mobilesync.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * mobilesync.h | 2 | * mobilesync.h |
3 | * Definitions for the built-in MobileSync client | 3 | * Definitions for the built-in MobileSync client |
4 | * | 4 | * |
5 | * Copyright (c) 2010 Bryan Forbes All Rights Reserved. | 5 | * Copyright (c) 2010 Bryan Forbes All Rights Reserved. |
6 | * Copyright (c) 2009 Jonathan Beck All Rights Reserved. | 6 | * Copyright (c) 2009 Jonathan Beck All Rights Reserved. |
7 | * | 7 | * |
@@ -9,19 +9,21 @@ | |||
9 | * modify it under the terms of the GNU Lesser General Public | 9 | * modify it under the terms of the GNU Lesser General Public |
10 | * License as published by the Free Software Foundation; either | 10 | * License as published by the Free Software Foundation; either |
11 | * version 2.1 of the License, or (at your option) any later version. | 11 | * version 2.1 of the License, or (at your option) any later version. |
12 | * | 12 | * |
13 | * This library is distributed in the hope that it will be useful, | 13 | * This library is distributed in the hope that it will be useful, |
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16 | * Lesser General Public License for more details. | 16 | * Lesser General Public License for more details. |
17 | * | 17 | * |
18 | * You should have received a copy of the GNU Lesser General Public | 18 | * You should have received a copy of the GNU Lesser General Public |
19 | * License along with this library; if not, write to the Free Software | 19 | * License along with this library; if not, write to the Free Software |
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 | #ifndef MOBILESYNC_H | ||
23 | #define MOBILESYNC_H | ||
24 | 22 | ||
23 | #ifndef __MOBILESYNC_H | ||
24 | #define __MOBILESYNC_H | ||
25 | |||
26 | #include "idevice.h" | ||
25 | #include "libimobiledevice/mobilesync.h" | 27 | #include "libimobiledevice/mobilesync.h" |
26 | #include "device_link_service.h" | 28 | #include "device_link_service.h" |
27 | 29 | ||