summaryrefslogtreecommitdiffstats
path: root/src/MobileSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MobileSync.h')
-rw-r--r--src/MobileSync.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h
index 495e702..5279ce0 100644
--- a/src/MobileSync.h
+++ b/src/MobileSync.h
@@ -23,16 +23,12 @@
23 23
24#include "iphone.h" 24#include "iphone.h"
25#include "utils.h" 25#include "utils.h"
26#include "libiphone/mobilesync.h"
26 27
27#include <plist/plist.h> 28#include <plist/plist.h>
28 29
29 30struct mobilesync_client_int {
30
31struct iphone_msync_client_int {
32 int sfd; 31 int sfd;
33}; 32};
34 33
35
36iphone_error_t iphone_msync_get_all_contacts(iphone_msync_client_t client);
37
38#endif 34#endif