summaryrefslogtreecommitdiffstats
path: root/src/idevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevice.h')
-rw-r--r--src/idevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevice.h b/src/idevice.h
index 1354cc0..e46a7e5 100644
--- a/src/idevice.h
+++ b/src/idevice.h
@@ -76,6 +76,7 @@ struct idevice_private {
76 char *udid; 76 char *udid;
77 enum connection_type conn_type; 77 enum connection_type conn_type;
78 void *conn_data; 78 void *conn_data;
79 int version;
79}; 80};
80 81
81#endif 82#endif