diff options
Diffstat (limited to 'src/mobilesync.h')
| -rw-r--r-- | src/mobilesync.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mobilesync.h b/src/mobilesync.h index 8317c69..24e61af 100644 --- a/src/mobilesync.h +++ b/src/mobilesync.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | * mobilesync.h | 2 | * mobilesync.h |
| 3 | * Definitions for the built-in MobileSync client | 3 | * Definitions for the built-in MobileSync client |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2010 Bryan Forbes All Rights Reserved. | ||
| 5 | * Copyright (c) 2009 Jonathan Beck All Rights Reserved. | 6 | * Copyright (c) 2009 Jonathan Beck All Rights Reserved. |
| 6 | * | 7 | * |
| 7 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
| @@ -24,8 +25,15 @@ | |||
| 24 | #include "libimobiledevice/mobilesync.h" | 25 | #include "libimobiledevice/mobilesync.h" |
| 25 | #include "device_link_service.h" | 26 | #include "device_link_service.h" |
| 26 | 27 | ||
| 28 | typedef enum { | ||
| 29 | MOBILESYNC_SYNC_DIR_DEVICE_TO_COMPUTER, | ||
| 30 | MOBILESYNC_SYNC_DIR_COMPUTER_TO_DEVICE | ||
| 31 | } mobilesync_sync_direction_t; | ||
| 32 | |||
| 27 | struct mobilesync_client_private { | 33 | struct mobilesync_client_private { |
| 28 | device_link_service_client_t parent; | 34 | device_link_service_client_t parent; |
| 35 | mobilesync_sync_direction_t direction; | ||
| 36 | char *data_class; | ||
| 29 | }; | 37 | }; |
| 30 | 38 | ||
| 31 | #endif | 39 | #endif |
