diff options
Diffstat (limited to 'include/libimobiledevice/heartbeat.h')
| -rw-r--r-- | include/libimobiledevice/heartbeat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libimobiledevice/heartbeat.h b/include/libimobiledevice/heartbeat.h index e5adb0d..611a2dd 100644 --- a/include/libimobiledevice/heartbeat.h +++ b/include/libimobiledevice/heartbeat.h | |||
| @@ -49,10 +49,9 @@ typedef struct heartbeat_client_private heartbeat_client_private; | |||
| 49 | typedef heartbeat_client_private *heartbeat_client_t; /**< The client handle. */ | 49 | typedef heartbeat_client_private *heartbeat_client_t; /**< The client handle. */ |
| 50 | 50 | ||
| 51 | heartbeat_error_t heartbeat_client_new(idevice_t device, lockdownd_service_descriptor_t service, heartbeat_client_t * client); | 51 | heartbeat_error_t heartbeat_client_new(idevice_t device, lockdownd_service_descriptor_t service, heartbeat_client_t * client); |
| 52 | heartbeat_error_t heartbeat_client_start_service(idevice_t device, heartbeat_client_t * client); | ||
| 52 | heartbeat_error_t heartbeat_client_free(heartbeat_client_t client); | 53 | heartbeat_error_t heartbeat_client_free(heartbeat_client_t client); |
| 53 | 54 | ||
| 54 | heartbeat_error_t heartbeat_start_service(idevice_t device, heartbeat_client_t * client); | ||
| 55 | |||
| 56 | heartbeat_error_t heartbeat_send(heartbeat_client_t client, plist_t plist); | 55 | heartbeat_error_t heartbeat_send(heartbeat_client_t client, plist_t plist); |
| 57 | heartbeat_error_t heartbeat_receive(heartbeat_client_t client, plist_t * plist); | 56 | heartbeat_error_t heartbeat_receive(heartbeat_client_t client, plist_t * plist); |
| 58 | heartbeat_error_t heartbeat_receive_with_timeout(heartbeat_client_t client, plist_t * plist, uint32_t timeout_ms); | 57 | heartbeat_error_t heartbeat_receive_with_timeout(heartbeat_client_t client, plist_t * plist, uint32_t timeout_ms); |
