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 { (x)->packet_num = le64toh((x)->packet_num); \ (x)->operation = le64toh((x)->operation); -typedef struct { - uint64_t filehandle, size; -} AFCFilePacket; - struct afc_client_private { service_client_t parent; AFCPacket *afc_packet; |