diff options
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index 7658b7d..bd717ee 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -29,7 +29,6 @@ extern "C" { | |||
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||
| 31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
| 32 | #include <glib.h> | ||
| 33 | 32 | ||
| 34 | /** @name Error Codes */ | 33 | /** @name Error Codes */ |
| 35 | /*@{*/ | 34 | /*@{*/ |
| @@ -93,7 +92,7 @@ mobilesync_anchors_t mobilesync_anchors_new(const char *device_anchor, const cha | |||
| 93 | void mobilesync_anchors_free(mobilesync_anchors_t anchors); | 92 | void mobilesync_anchors_free(mobilesync_anchors_t anchors); |
| 94 | 93 | ||
| 95 | plist_t mobilesync_actions_new(); | 94 | plist_t mobilesync_actions_new(); |
| 96 | void mobilesync_actions_add(plist_t actions, ...) G_GNUC_NULL_TERMINATED; | 95 | void mobilesync_actions_add(plist_t actions, ...); |
| 97 | void mobilesync_actions_free(plist_t actions); | 96 | void mobilesync_actions_free(plist_t actions); |
| 98 | 97 | ||
| 99 | #ifdef __cplusplus | 98 | #ifdef __cplusplus |
