diff options
Diffstat (limited to 'src/heartbeat.c')
-rw-r--r-- | src/heartbeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heartbeat.c b/src/heartbeat.c index c97c178..30fb8af 100644 --- a/src/heartbeat.c +++ b/src/heartbeat.c @@ -108,7 +108,7 @@ heartbeat_error_t heartbeat_client_new(idevice_t device, lockdownd_service_descr * @return HEARTBEAT_E_SUCCESS on success, or an HEARTBEAT_E_* error * code otherwise. */ -heartbeat_error_t heartbeat_start_service(idevice_t device, heartbeat_client_t * client) +heartbeat_error_t heartbeat_client_start_service(idevice_t device, heartbeat_client_t * client) { *client = NULL; |