diff options
| author | 2013-05-23 14:11:59 +0200 | |
|---|---|---|
| committer | 2013-05-23 14:11:59 +0200 | |
| commit | c68121961226dcce52ad38daced6ad848555849e (patch) | |
| tree | 82598b0efc78d61911fa0a4feb5e96155d02b445 /src | |
| parent | 99b7e4fbf79e612f7a2a880b49f6bf2e759bd5a0 (diff) | |
| download | libimobiledevice-c68121961226dcce52ad38daced6ad848555849e.tar.gz libimobiledevice-c68121961226dcce52ad38daced6ad848555849e.tar.bz2 | |
heartbeat: Fix wrong error codes in documentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/heartbeat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/heartbeat.c b/src/heartbeat.c index b33f236..e03b44e 100644 --- a/src/heartbeat.c +++ b/src/heartbeat.c | |||
| @@ -143,8 +143,8 @@ heartbeat_error_t heartbeat_client_free(heartbeat_client_t client) | |||
| 143 | * @param client The heartbeat client | 143 | * @param client The heartbeat client |
| 144 | * @param plist The plist to send | 144 | * @param plist The plist to send |
| 145 | * | 145 | * |
| 146 | * @return DIAGNOSTICS_RELAY_E_SUCCESS on success, | 146 | * @return HEARTBEAT_E_SUCCESS on success, |
| 147 | * DIAGNOSTICS_RELAY_E_INVALID_ARG when client or plist is NULL | 147 | * HEARTBEAT_E_INVALID_ARG when client or plist is NULL |
| 148 | */ | 148 | */ |
| 149 | heartbeat_error_t heartbeat_send(heartbeat_client_t client, plist_t plist) | 149 | heartbeat_error_t heartbeat_send(heartbeat_client_t client, plist_t plist) |
| 150 | { | 150 | { |
| @@ -167,8 +167,8 @@ heartbeat_error_t heartbeat_send(heartbeat_client_t client, plist_t plist) | |||
| 167 | * @param client The heartbeat client | 167 | * @param client The heartbeat client |
| 168 | * @param plist The plist to store the received data | 168 | * @param plist The plist to store the received data |
| 169 | * | 169 | * |
| 170 | * @return DIAGNOSTICS_RELAY_E_SUCCESS on success, | 170 | * @return HEARTBEAT_E_SUCCESS on success, |
| 171 | * DIAGNOSTICS_RELAY_E_INVALID_ARG when client or plist is NULL | 171 | * HEARTBEAT_E_INVALID_ARG when client or plist is NULL |
| 172 | */ | 172 | */ |
| 173 | heartbeat_error_t heartbeat_receive(heartbeat_client_t client, plist_t * plist) | 173 | heartbeat_error_t heartbeat_receive(heartbeat_client_t client, plist_t * plist) |
| 174 | { | 174 | { |
