diff options
Diffstat (limited to 'dev/msyncclient.c')
| -rw-r--r-- | dev/msyncclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/msyncclient.c b/dev/msyncclient.c index 7651002..6ab7c79 100644 --- a/dev/msyncclient.c +++ b/dev/msyncclient.c | |||
| @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) | |||
| 141 | return -1; | 141 | return -1; |
| 142 | } | 142 | } |
| 143 | 143 | ||
| 144 | if (IPHONE_E_SUCCESS != lockdownd_new_client(phone, &client)) { | 144 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { |
| 145 | iphone_free_device(phone); | 145 | iphone_free_device(phone); |
| 146 | return -1; | 146 | return -1; |
| 147 | } | 147 | } |
| @@ -161,7 +161,7 @@ int main(int argc, char *argv[]) | |||
| 161 | 161 | ||
| 162 | printf("All done.\n"); | 162 | printf("All done.\n"); |
| 163 | 163 | ||
| 164 | lockdownd_free_client(client); | 164 | lockdownd_client_free(client); |
| 165 | iphone_free_device(phone); | 165 | iphone_free_device(phone); |
| 166 | 166 | ||
| 167 | return 0; | 167 | return 0; |
