diff options
| author | 2013-02-26 19:58:12 +0100 | |
|---|---|---|
| committer | 2013-02-27 16:18:15 +0100 | |
| commit | bd6a2860e9b6764c2073d1159ef3070df7f036d8 (patch) | |
| tree | de2489b8469921fb67e196fd0ead88fcbdeb638b /src/heartbeat.c | |
| parent | f8066bbf5169b7d7e68771bce677355e33a595c1 (diff) | |
| download | libimobiledevice-bd6a2860e9b6764c2073d1159ef3070df7f036d8.tar.gz libimobiledevice-bd6a2860e9b6764c2073d1159ef3070df7f036d8.tar.bz2 | |
Rename start service methods to be consistent
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 | |||
| 108 | * @return HEARTBEAT_E_SUCCESS on success, or an HEARTBEAT_E_* error | 108 | * @return HEARTBEAT_E_SUCCESS on success, or an HEARTBEAT_E_* error |
| 109 | * code otherwise. | 109 | * code otherwise. |
| 110 | */ | 110 | */ |
| 111 | heartbeat_error_t heartbeat_start_service(idevice_t device, heartbeat_client_t * client) | 111 | heartbeat_error_t heartbeat_client_start_service(idevice_t device, heartbeat_client_t * client) |
| 112 | { | 112 | { |
| 113 | *client = NULL; | 113 | *client = NULL; |
| 114 | 114 | ||
