summaryrefslogtreecommitdiffstats
path: root/swig/iphone.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/iphone.i')
-rw-r--r--swig/iphone.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i
index 59be4ef..64a8727 100644
--- a/swig/iphone.i
+++ b/swig/iphone.i
@@ -135,7 +135,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd) {
135 %newobject get_uuid; 135 %newobject get_uuid;
136 char* get_uuid(){ 136 char* get_uuid(){
137 char* uuid = NULL; 137 char* uuid = NULL;
138 uuid = (char *)iphone_get_uuid($self->dev); 138 uuid = (char *)iphone_device_get_uuid($self->dev);
139 return uuid; 139 return uuid;
140 } 140 }
141 141