From d1ccd4eeebc94dac11140ae77b73392d0763d3a4 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 21 Mar 2014 00:16:29 +0100 Subject: Refactor pair record handling to use new usbmuxd pair record interface This refactoring is mandatory as libimobiledevice should not interact with the pair record configuration directory which is owned by the usbmuxd user. This change also adds compatibility for the native usbmuxd and thus pair records saved by iTunes. --- src/lockdown.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lockdown.h') diff --git a/src/lockdown.h b/src/lockdown.h index 9c2be44..a09e89b 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -22,8 +22,6 @@ #ifndef __LOCKDOWND_H #define __LOCKDOWND_H -#include "common/userpref.h" - #include "libimobiledevice/lockdown.h" #include "property_list_service.h" @@ -37,7 +35,4 @@ struct lockdownd_client_private { char *label; }; -lockdownd_error_t lockdownd_get_device_public_key(lockdownd_client_t client, key_data_t * public_key); -lockdownd_error_t lockdownd_gen_pair_cert_for_udid(const char *udid, key_data_t public_key, key_data_t * device_cert, key_data_t * host_cert, key_data_t * root_cert); - #endif -- cgit v1.1-32-gdbae