diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /tools/idevicebackup.c | |
parent | 24abbb9450c723617e10a6843978aa04a576523e (diff) | |
download | libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.gz libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.bz2 |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'tools/idevicebackup.c')
-rw-r--r-- | tools/idevicebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c index 8d0f74b..42f020d 100644 --- a/tools/idevicebackup.c +++ b/tools/idevicebackup.c | |||
@@ -55,7 +55,7 @@ | |||
55 | #include <libimobiledevice/mobilebackup.h> | 55 | #include <libimobiledevice/mobilebackup.h> |
56 | #include <libimobiledevice/notification_proxy.h> | 56 | #include <libimobiledevice/notification_proxy.h> |
57 | #include <libimobiledevice/afc.h> | 57 | #include <libimobiledevice/afc.h> |
58 | #include "common/utils.h" | 58 | #include <libimobiledevice-glue/utils.h> |
59 | 59 | ||
60 | #define MOBILEBACKUP_SERVICE_NAME "com.apple.mobilebackup" | 60 | #define MOBILEBACKUP_SERVICE_NAME "com.apple.mobilebackup" |
61 | #define NP_SERVICE_NAME "com.apple.mobile.notification_proxy" | 61 | #define NP_SERVICE_NAME "com.apple.mobile.notification_proxy" |