diff options
| author | 2009-07-25 02:54:40 +0200 | |
|---|---|---|
| committer | 2009-07-25 02:54:40 +0200 | |
| commit | 5cb9ecc85240102402082c442d561d7350732027 (patch) | |
| tree | cea461435303568e39571b0ccb19d4e25d4d266b /dev/syslog_relay.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/syslog_relay.c')
| -rw-r--r-- | dev/syslog_relay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/syslog_relay.c b/dev/syslog_relay.c index 0c41c94..58a2544 100644 --- a/dev/syslog_relay.c +++ b/dev/syslog_relay.c | |||
| @@ -101,7 +101,7 @@ int main(int argc, char *argv[]) | |||
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { | 103 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { |
| 104 | iphone_free_device(phone); | 104 | iphone_device_free(phone); |
| 105 | return -1; | 105 | return -1; |
| 106 | } | 106 | } |
| 107 | 107 | ||
| @@ -148,7 +148,7 @@ int main(int argc, char *argv[]) | |||
| 148 | printf("ERROR: Could not start service com.apple.syslog_relay.\n"); | 148 | printf("ERROR: Could not start service com.apple.syslog_relay.\n"); |
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | iphone_free_device(phone); | 151 | iphone_device_free(phone); |
| 152 | 152 | ||
| 153 | return 0; | 153 | return 0; |
| 154 | } | 154 | } |
