diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libiphone/libiphone.h | 2 |
1 files changed, 2 insertions, 0 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 | } |
