diff options
| author | 2012-04-01 01:14:08 +0200 | |
|---|---|---|
| committer | 2012-04-01 01:14:08 +0200 | |
| commit | 1ecf3b810423841bcae9e23c08bca5f38ea06c67 (patch) | |
| tree | 2cfc583f56f77a7da888e27b5c6cf9daa85477eb /src/file_relay.h | |
| parent | 04545e00f2b12df04407cc629cb28532892c902b (diff) | |
| download | libimobiledevice-1ecf3b810423841bcae9e23c08bca5f38ea06c67.tar.gz libimobiledevice-1ecf3b810423841bcae9e23c08bca5f38ea06c67.tar.bz2 | |
file_relay: Remove duplicated error code definitions
Diffstat (limited to 'src/file_relay.h')
| -rw-r--r-- | src/file_relay.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/file_relay.h b/src/file_relay.h index 60cc32f..5e5bb36 100644 --- a/src/file_relay.h +++ b/src/file_relay.h | |||
| @@ -24,15 +24,6 @@ | |||
| 24 | #include "libimobiledevice/file_relay.h" | 24 | #include "libimobiledevice/file_relay.h" |
| 25 | #include "property_list_service.h" | 25 | #include "property_list_service.h" |
| 26 | 26 | ||
| 27 | /* Error Codes */ | ||
| 28 | #define FILE_RELAY_E_SUCCESS 0 | ||
| 29 | #define FILE_RELAY_E_INVALID_ARG -1 | ||
| 30 | #define FILE_RELAY_E_PLIST_ERROR -2 | ||
| 31 | #define FILE_RELAY_E_MUX_ERROR -3 | ||
| 32 | |||
| 33 | #define FILE_RELAY_E_UNKNOWN_ERROR -256 | ||
| 34 | |||
| 35 | |||
| 36 | struct file_relay_client_private { | 27 | struct file_relay_client_private { |
| 37 | property_list_service_client_t parent; | 28 | property_list_service_client_t parent; |
| 38 | }; | 29 | }; |
