summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobilesync.h')
-rw-r--r--src/mobilesync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.h b/src/mobilesync.h
index defb3f4..8317c69 100644
--- a/src/mobilesync.h
+++ b/src/mobilesync.h
@@ -24,7 +24,7 @@
24#include "libimobiledevice/mobilesync.h" 24#include "libimobiledevice/mobilesync.h"
25#include "device_link_service.h" 25#include "device_link_service.h"
26 26
27struct mobilesync_client_int { 27struct mobilesync_client_private {
28 device_link_service_client_t parent; 28 device_link_service_client_t parent;
29}; 29};
30 30