diff options
| author | 2009-07-25 03:46:13 +0200 | |
|---|---|---|
| committer | 2009-07-25 03:46:13 +0200 | |
| commit | 8415e1f13dfc8c31fe4d1ff695af26189297795b (patch) | |
| tree | 6bf3444c4e267aa0b4bc04a22f0af4a0687e4973 /src/AFC.h | |
| parent | 50be30047dbb0d38fd8d61763c13ec75d2b52543 (diff) | |
| download | libimobiledevice-8415e1f13dfc8c31fe4d1ff695af26189297795b.tar.gz libimobiledevice-8415e1f13dfc8c31fe4d1ff695af26189297795b.tar.bz2 | |
Remove AFC to errno conversion and make afc_receive_data() return AFC errors
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -50,7 +50,6 @@ struct afc_client_int { | |||
| 50 | AFCPacket *afc_packet; | 50 | AFCPacket *afc_packet; |
| 51 | int file_handle; | 51 | int file_handle; |
| 52 | int lock; | 52 | int lock; |
| 53 | int afcerror; | ||
| 54 | GMutex *mutex; | 53 | GMutex *mutex; |
| 55 | }; | 54 | }; |
| 56 | 55 | ||
| @@ -86,4 +85,3 @@ enum { | |||
| 86 | AFC_OP_MAKE_LINK = 0x0000001C // MakeLink | 85 | AFC_OP_MAKE_LINK = 0x0000001C // MakeLink |
| 87 | }; | 86 | }; |
| 88 | 87 | ||
| 89 | static int afcerror_to_errno(int afcerror); | ||
