diff options
| author | 2012-11-30 15:43:33 +0100 | |
|---|---|---|
| committer | 2012-11-30 15:43:33 +0100 | |
| commit | 4013a355c623c5de3db48f24e81174df88ef7f2c (patch) | |
| tree | eaf85e06c957c8297facffbac2bca2b454759546 /include/libimobiledevice/diagnostics_relay.h | |
| parent | 0cc434f7aadc4ea0dd837e9461674eb76f963884 (diff) | |
| download | libimobiledevice-4013a355c623c5de3db48f24e81174df88ef7f2c.tar.gz libimobiledevice-4013a355c623c5de3db48f24e81174df88ef7f2c.tar.bz2 | |
diagnostics_relay: Handle "UnknownRequest" status response correctly
Diffstat (limited to 'include/libimobiledevice/diagnostics_relay.h')
| -rw-r--r-- | include/libimobiledevice/diagnostics_relay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/diagnostics_relay.h b/include/libimobiledevice/diagnostics_relay.h index c2e7d9e..bdb3f36 100644 --- a/include/libimobiledevice/diagnostics_relay.h +++ b/include/libimobiledevice/diagnostics_relay.h | |||
| @@ -35,6 +35,7 @@ extern "C" { | |||
| 35 | #define DIAGNOSTICS_RELAY_E_INVALID_ARG -1 | 35 | #define DIAGNOSTICS_RELAY_E_INVALID_ARG -1 |
| 36 | #define DIAGNOSTICS_RELAY_E_PLIST_ERROR -2 | 36 | #define DIAGNOSTICS_RELAY_E_PLIST_ERROR -2 |
| 37 | #define DIAGNOSTICS_RELAY_E_MUX_ERROR -3 | 37 | #define DIAGNOSTICS_RELAY_E_MUX_ERROR -3 |
| 38 | #define DIAGNOSTICS_RELAY_E_UNKNOWN_REQUEST -4 | ||
| 38 | 39 | ||
| 39 | #define DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR -256 | 40 | #define DIAGNOSTICS_RELAY_E_UNKNOWN_ERROR -256 |
| 40 | /*@}*/ | 41 | /*@}*/ |
