summaryrefslogtreecommitdiffstats
path: root/src/MobileSync.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-12 16:05:03 +0100
committerGravatar Martin Szulecki2010-01-12 16:12:54 +0100
commit65a88c0ba7b2327d2c6a386eee310c7044e75524 (patch)
tree7eb7aaa53fb2348c1bf5a07847c6eb98a320000b /src/MobileSync.h
parent80390ae0f9e911717e549be0346bb5bd04bc056d (diff)
downloadlibimobiledevice-65a88c0ba7b2327d2c6a386eee310c7044e75524.tar.gz
libimobiledevice-65a88c0ba7b2327d2c6a386eee310c7044e75524.tar.bz2
MobileSync: use new device_link_service
Diffstat (limited to 'src/MobileSync.h')
-rw-r--r--src/MobileSync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h
index 605145f..6538343 100644
--- a/src/MobileSync.h
+++ b/src/MobileSync.h
@@ -22,9 +22,10 @@
22#define MOBILESYNC_H 22#define MOBILESYNC_H
23 23
24#include "libiphone/mobilesync.h" 24#include "libiphone/mobilesync.h"
25#include "device_link_service.h"
25 26
26struct mobilesync_client_int { 27struct mobilesync_client_int {
27 iphone_connection_t connection; 28 device_link_service_client_t parent;
28}; 29};
29 30
30#endif 31#endif