diff options
Diffstat (limited to 'src/lockdown.h')
| -rw-r--r-- | src/lockdown.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ | |||
| 22 | #ifndef __LOCKDOWND_H | 22 | #ifndef __LOCKDOWND_H |
| 23 | #define __LOCKDOWND_H | 23 | #define __LOCKDOWND_H |
| 24 | 24 | ||
| 25 | #include "common/userpref.h" | ||
| 26 | |||
| 27 | #include "libimobiledevice/lockdown.h" | 25 | #include "libimobiledevice/lockdown.h" |
| 28 | #include "property_list_service.h" | 26 | #include "property_list_service.h" |
| 29 | 27 | ||
| @@ -37,7 +35,4 @@ struct lockdownd_client_private { | |||
| 37 | char *label; | 35 | char *label; |
| 38 | }; | 36 | }; |
| 39 | 37 | ||
| 40 | lockdownd_error_t lockdownd_get_device_public_key(lockdownd_client_t client, key_data_t * public_key); | ||
| 41 | 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); | ||
| 42 | |||
| 43 | #endif | 38 | #endif |
