From 63e70332393e4fb6ae275abf1e1baea0235f08e9 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Feb 2013 20:17:32 +0100 Subject: Add label argument to *_client_start_service() helpers --- include/libimobiledevice/heartbeat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libimobiledevice/heartbeat.h') diff --git a/include/libimobiledevice/heartbeat.h b/include/libimobiledevice/heartbeat.h index 611a2dd..8db2941 100644 --- a/include/libimobiledevice/heartbeat.h +++ b/include/libimobiledevice/heartbeat.h @@ -49,7 +49,7 @@ typedef struct heartbeat_client_private heartbeat_client_private; typedef heartbeat_client_private *heartbeat_client_t; /**< The client handle. */ heartbeat_error_t heartbeat_client_new(idevice_t device, lockdownd_service_descriptor_t service, heartbeat_client_t * client); -heartbeat_error_t heartbeat_client_start_service(idevice_t device, heartbeat_client_t * client); +heartbeat_error_t heartbeat_client_start_service(idevice_t device, heartbeat_client_t * client, const char* label); heartbeat_error_t heartbeat_client_free(heartbeat_client_t client); heartbeat_error_t heartbeat_send(heartbeat_client_t client, plist_t plist); -- cgit v1.1-32-gdbae