diff options
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
-rw-r--r-- | include/libimobiledevice/mobilesync.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index ef1f4df..8fa4c58 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h @@ -31,6 +31,8 @@ extern "C" { #include <libimobiledevice/libimobiledevice.h> #include <libimobiledevice/lockdown.h> +#define MOBILESYNC_SERVICE_NAME "com.apple.mobilesync" + /** @name Error Codes */ /*@{*/ #define MOBILESYNC_E_SUCCESS 0 |