diff options
| author | 2009-07-25 02:54:40 +0200 | |
|---|---|---|
| committer | 2009-07-25 02:54:40 +0200 | |
| commit | 5cb9ecc85240102402082c442d561d7350732027 (patch) | |
| tree | cea461435303568e39571b0ccb19d4e25d4d266b /dev/main.c | |
| parent | f5e9d76ebd74999512ab73f44fabba86879b1c1f (diff) | |
| download | libimobiledevice-5cb9ecc85240102402082c442d561d7350732027.tar.gz libimobiledevice-5cb9ecc85240102402082c442d561d7350732027.tar.bz2 | |
Follow glib style and rename iphone_free_device to iphone_device_free
Diffstat (limited to 'dev/main.c')
| -rw-r--r-- | dev/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -88,7 +88,7 @@ int main(int argc, char *argv[]) | |||
| 88 | free(uuid); | 88 | free(uuid); |
| 89 | 89 | ||
| 90 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { | 90 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { |
| 91 | iphone_free_device(phone); | 91 | iphone_device_free(phone); |
| 92 | printf("Exiting.\n"); | 92 | printf("Exiting.\n"); |
| 93 | return -1; | 93 | return -1; |
| 94 | } | 94 | } |
| @@ -249,7 +249,7 @@ int main(int argc, char *argv[]) | |||
| 249 | printf("All done.\n"); | 249 | printf("All done.\n"); |
| 250 | 250 | ||
| 251 | lockdownd_client_free(client); | 251 | lockdownd_client_free(client); |
| 252 | iphone_free_device(phone); | 252 | iphone_device_free(phone); |
| 253 | 253 | ||
| 254 | return 0; | 254 | return 0; |
| 255 | } | 255 | } |
