diff options
| author | 2010-01-28 22:18:41 +0100 | |
|---|---|---|
| committer | 2010-01-29 02:16:00 +0100 | |
| commit | 96101a1231a4ddfeb40fd738a24e108a3a904048 (patch) | |
| tree | 65a8f54354d9acbbba93dac2c8602d07e469482c /src/sbservices.c | |
| parent | 45b88ae3956de089fdc35605910f1359a1d3961c (diff) | |
| download | libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.gz libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.bz2 | |
Global renames due to project rename to libimobiledevice
Diffstat (limited to 'src/sbservices.c')
| -rw-r--r-- | src/sbservices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbservices.c b/src/sbservices.c index 2254c64..8cf8b26 100644 --- a/src/sbservices.c +++ b/src/sbservices.c | |||
| @@ -86,7 +86,7 @@ static sbservices_error_t sbservices_error(property_list_service_error_t err) | |||
| 86 | * @return SBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when | 86 | * @return SBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when |
| 87 | * client is NULL, or an SBSERVICES_E_* error code otherwise. | 87 | * client is NULL, or an SBSERVICES_E_* error code otherwise. |
| 88 | */ | 88 | */ |
| 89 | sbservices_error_t sbservices_client_new(iphone_device_t device, uint16_t port, sbservices_client_t *client) | 89 | sbservices_error_t sbservices_client_new(idevice_t device, uint16_t port, sbservices_client_t *client) |
| 90 | { | 90 | { |
| 91 | /* makes sure thread environment is available */ | 91 | /* makes sure thread environment is available */ |
| 92 | if (!g_thread_supported()) | 92 | if (!g_thread_supported()) |
