summaryrefslogtreecommitdiffstats
path: root/src/idevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevice.h')
-rw-r--r--src/idevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevice.h b/src/idevice.h
index 65fdae0..130d11e 100644
--- a/src/idevice.h
+++ b/src/idevice.h
@@ -63,7 +63,7 @@ struct idevice_connection_private {
63}; 63};
64 64
65struct idevice_private { 65struct idevice_private {
66 char *uuid; 66 char *udid;
67 enum connection_type conn_type; 67 enum connection_type conn_type;
68 void *conn_data; 68 void *conn_data;
69}; 69};