From 7272875df87f1feb2c16259880503812f6acbbf1 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Sat, 23 May 2009 16:56:36 -0700 Subject: Add a method to support fetching the UUID of the phone. --- src/iphone.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/iphone.h') 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 -- cgit v1.1-32-gdbae