diff options
| -rw-r--r-- | include/libiphone/libiphone.h | 2 | ||||
| -rw-r--r-- | src/lockdown.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 7a4f224..4f131e1 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -36,7 +36,9 @@ typedef struct lockdownd_client_s *lockdownd_client_t; | |||
| 36 | 36 | ||
| 37 | void free_iPhone(iPhone_t victim); | 37 | void free_iPhone(iPhone_t victim); |
| 38 | iPhone_t get_iPhone(); | 38 | iPhone_t get_iPhone(); |
| 39 | |||
| 39 | int lockdownd_init(iPhone_t phone, lockdownd_client_t *control); | 40 | int lockdownd_init(iPhone_t phone, lockdownd_client_t *control); |
| 41 | int lockdownd_start_service(lockdownd_client_t control, const char *service); | ||
| 40 | 42 | ||
| 41 | #ifdef __cplusplus | 43 | #ifdef __cplusplus |
| 42 | } | 44 | } |
diff --git a/src/lockdown.h b/src/lockdown.h index b48c150..9893e8e 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -58,6 +58,5 @@ int lockdownd_start_SSL_session(lockdownd_client *control, const char *HostID); | |||
| 58 | ssize_t lockdownd_securead(gnutls_transport_ptr_t transport, char *buffer, size_t length); | 58 | ssize_t lockdownd_securead(gnutls_transport_ptr_t transport, char *buffer, size_t length); |
| 59 | ssize_t lockdownd_secuwrite(gnutls_transport_ptr_t transport, char *buffer, size_t length); | 59 | ssize_t lockdownd_secuwrite(gnutls_transport_ptr_t transport, char *buffer, size_t length); |
| 60 | 60 | ||
| 61 | // Higher-level lockdownd stuff | 61 | |
| 62 | int lockdownd_start_service(lockdownd_client *control, const char *service); | ||
| 63 | #endif | 62 | #endif |
