summaryrefslogtreecommitdiffstats
path: root/src/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afc.h')
-rw-r--r--src/afc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afc.h b/src/afc.h
index 07df1ec..abf38e3 100644
--- a/src/afc.h
+++ b/src/afc.h
@@ -52,7 +52,7 @@ typedef struct {
52 uint64_t filehandle, size; 52 uint64_t filehandle, size;
53} AFCFilePacket; 53} AFCFilePacket;
54 54
55struct afc_client_int { 55struct afc_client_private {
56 idevice_connection_t connection; 56 idevice_connection_t connection;
57 AFCPacket *afc_packet; 57 AFCPacket *afc_packet;
58 int file_handle; 58 int file_handle;