summaryrefslogtreecommitdiffstats
path: root/src/iphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iphone.h')
-rw-r--r--src/iphone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iphone.h b/src/iphone.h
index 94d2f9f..2ed0fba 100644
--- a/src/iphone.h
+++ b/src/iphone.h
@@ -27,6 +27,7 @@
27struct iphone_device_int { 27struct iphone_device_int {
28 char *buffer; 28 char *buffer;
29 uint32_t handle; 29 uint32_t handle;
30 char *serial_number;
30}; 31};
31 32
32#endif 33#endif