diff options
Diffstat (limited to 'include/libimobiledevice/house_arrest.h')
| -rw-r--r-- | include/libimobiledevice/house_arrest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index 04290f1..ee03072 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h | |||
| @@ -28,6 +28,7 @@ extern "C" { | |||
| 28 | #endif | 28 | #endif |
| 29 | 29 | ||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | ||
| 31 | #include <libimobiledevice/afc.h> | 32 | #include <libimobiledevice/afc.h> |
| 32 | 33 | ||
| 33 | /** @name Error Codes */ | 34 | /** @name Error Codes */ |
| @@ -48,7 +49,7 @@ typedef struct house_arrest_client_private house_arrest_client_private; | |||
| 48 | typedef house_arrest_client_private *house_arrest_client_t; /**< The client handle. */ | 49 | typedef house_arrest_client_private *house_arrest_client_t; /**< The client handle. */ |
| 49 | 50 | ||
| 50 | /* Interface */ | 51 | /* Interface */ |
| 51 | house_arrest_error_t house_arrest_client_new(idevice_t device, uint16_t port, house_arrest_client_t *client); | 52 | house_arrest_error_t house_arrest_client_new(idevice_t device, lockdownd_service_descriptor_t service, house_arrest_client_t *client); |
| 52 | house_arrest_error_t house_arrest_client_free(house_arrest_client_t client); | 53 | house_arrest_error_t house_arrest_client_free(house_arrest_client_t client); |
| 53 | 54 | ||
| 54 | house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict); | 55 | house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict); |
