summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/mobilesync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
-rw-r--r--include/libimobiledevice/mobilesync.h3
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
93void mobilesync_anchors_free(mobilesync_anchors_t anchors); 92void mobilesync_anchors_free(mobilesync_anchors_t anchors);
94 93
95plist_t mobilesync_actions_new(); 94plist_t mobilesync_actions_new();
96void mobilesync_actions_add(plist_t actions, ...) G_GNUC_NULL_TERMINATED; 95void mobilesync_actions_add(plist_t actions, ...);
97void mobilesync_actions_free(plist_t actions); 96void mobilesync_actions_free(plist_t actions);
98 97
99#ifdef __cplusplus 98#ifdef __cplusplus