summaryrefslogtreecommitdiffstats
path: root/src/afc.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-03-13 02:01:54 +0100
committerGravatar Nikias Bassen2014-03-13 02:42:44 +0100
commit637bd29c70c54bf1d6cf2dfeee0c82da8b604657 (patch)
tree8624fd78e25700fddd5ba7684859a08b6e5544ad /src/afc.h
parentd78d4e1a959e0c21bc9be025dc4fa6a577853ad3 (diff)
downloadlibimobiledevice-637bd29c70c54bf1d6cf2dfeee0c82da8b604657.tar.gz
libimobiledevice-637bd29c70c54bf1d6cf2dfeee0c82da8b604657.tar.bz2
afc: use static buffers where possible
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;