summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobilesync.c')
-rw-r--r--src/mobilesync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c
index 06fb1c1..d903cfe 100644
--- a/src/mobilesync.c
+++ b/src/mobilesync.c
@@ -739,7 +739,7 @@ LIBIMOBILEDEVICE_API void mobilesync_anchors_free(mobilesync_anchors_t anchors)
739 anchors = NULL; 739 anchors = NULL;
740} 740}
741 741
742LIBIMOBILEDEVICE_API plist_t mobilesync_actions_new() 742LIBIMOBILEDEVICE_API plist_t mobilesync_actions_new(void)
743{ 743{
744 return plist_new_dict(); 744 return plist_new_dict();
745} 745}