diff options
| author | 2013-11-10 22:53:51 +0100 | |
|---|---|---|
| committer | 2013-11-10 22:53:51 +0100 | |
| commit | a12a053190c252498f171999cf5927d782fdbcb7 (patch) | |
| tree | 8b02b5df584f97f6d8c69a73932ab88ba7f9461d /src/property_list_service.h | |
| parent | 24a37ba75cc95fdd4382ada67197163a84b9cb8f (diff) | |
| download | libimobiledevice-a12a053190c252498f171999cf5927d782fdbcb7.tar.gz libimobiledevice-a12a053190c252498f171999cf5927d782fdbcb7.tar.bz2 | |
property_list_service: Rename RECEIVE_TIMEOUT error for more clarity
Diffstat (limited to 'src/property_list_service.h')
| -rw-r--r-- | src/property_list_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property_list_service.h b/src/property_list_service.h index 84053e0..5c5f38f 100644 --- a/src/property_list_service.h +++ b/src/property_list_service.h | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | #define PROPERTY_LIST_SERVICE_E_PLIST_ERROR -2 | 32 | #define PROPERTY_LIST_SERVICE_E_PLIST_ERROR -2 |
| 33 | #define PROPERTY_LIST_SERVICE_E_MUX_ERROR -3 | 33 | #define PROPERTY_LIST_SERVICE_E_MUX_ERROR -3 |
| 34 | #define PROPERTY_LIST_SERVICE_E_SSL_ERROR -4 | 34 | #define PROPERTY_LIST_SERVICE_E_SSL_ERROR -4 |
| 35 | #define PROPERTY_LIST_SERVICE_E_TIMEOUT -5 | 35 | #define PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT -5 |
| 36 | 36 | ||
| 37 | #define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256 | 37 | #define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256 |
| 38 | 38 | ||
