diff options
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; |
