summaryrefslogtreecommitdiffstats
path: root/src/property_list_service.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-11-10 22:53:51 +0100
committerGravatar Martin Szulecki2013-11-10 22:53:51 +0100
commita12a053190c252498f171999cf5927d782fdbcb7 (patch)
tree8b02b5df584f97f6d8c69a73932ab88ba7f9461d /src/property_list_service.h
parent24a37ba75cc95fdd4382ada67197163a84b9cb8f (diff)
downloadlibimobiledevice-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.h2
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 @@
#define PROPERTY_LIST_SERVICE_E_PLIST_ERROR -2
#define PROPERTY_LIST_SERVICE_E_MUX_ERROR -3
#define PROPERTY_LIST_SERVICE_E_SSL_ERROR -4
-#define PROPERTY_LIST_SERVICE_E_TIMEOUT -5
+#define PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT -5
#define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256