summaryrefslogtreecommitdiffstats
path: root/src/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afc.h')
-rw-r--r--src/afc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/afc.h b/src/afc.h
index ae122e2..54b07a5 100644
--- a/src/afc.h
+++ b/src/afc.h
@@ -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;