summaryrefslogtreecommitdiffstats
path: root/src/iphone.h
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-23 16:56:36 -0700
committerGravatar Matt Colyer2009-05-23 16:56:36 -0700
commit7272875df87f1feb2c16259880503812f6acbbf1 (patch)
tree347bbff72e8a2024cb2d61c226e288afca613cd5 /src/iphone.h
parent435f5feb4b5c501db52743a170908687d3ba6f60 (diff)
downloadlibimobiledevice-7272875df87f1feb2c16259880503812f6acbbf1.tar.gz
libimobiledevice-7272875df87f1feb2c16259880503812f6acbbf1.tar.bz2
Add a method to support fetching the UUID of the phone.
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 @@
struct iphone_device_int {
char *buffer;
uint32_t handle;
+ char *serial_number;
};
#endif