diff options
| author | 2014-03-13 02:01:54 +0100 | |
|---|---|---|
| committer | 2014-03-13 02:42:44 +0100 | |
| commit | 637bd29c70c54bf1d6cf2dfeee0c82da8b604657 (patch) | |
| tree | 8624fd78e25700fddd5ba7684859a08b6e5544ad /src/afc.h | |
| parent | d78d4e1a959e0c21bc9be025dc4fa6a577853ad3 (diff) | |
| download | libimobiledevice-637bd29c70c54bf1d6cf2dfeee0c82da8b604657.tar.gz libimobiledevice-637bd29c70c54bf1d6cf2dfeee0c82da8b604657.tar.bz2 | |
afc: use static buffers where possible
Diffstat (limited to 'src/afc.h')
| -rw-r--r-- | src/afc.h | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -49,10 +49,6 @@ typedef struct { | |||
| 49 | (x)->packet_num = le64toh((x)->packet_num); \ | 49 | (x)->packet_num = le64toh((x)->packet_num); \ |
| 50 | (x)->operation = le64toh((x)->operation); | 50 | (x)->operation = le64toh((x)->operation); |
| 51 | 51 | ||
| 52 | typedef struct { | ||
| 53 | uint64_t filehandle, size; | ||
| 54 | } AFCFilePacket; | ||
| 55 | |||
| 56 | struct afc_client_private { | 52 | struct afc_client_private { |
| 57 | service_client_t parent; | 53 | service_client_t parent; |
| 58 | AFCPacket *afc_packet; | 54 | AFCPacket *afc_packet; |
