diff options
| author | 2010-01-28 22:18:41 +0100 | |
|---|---|---|
| committer | 2010-01-29 02:16:00 +0100 | |
| commit | 96101a1231a4ddfeb40fd738a24e108a3a904048 (patch) | |
| tree | 65a8f54354d9acbbba93dac2c8602d07e469482c /src/property_list_service.h | |
| parent | 45b88ae3956de089fdc35605910f1359a1d3961c (diff) | |
| download | libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.gz libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.bz2 | |
Global renames due to project rename to libimobiledevice
Diffstat (limited to 'src/property_list_service.h')
| -rw-r--r-- | src/property_list_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/property_list_service.h b/src/property_list_service.h index bc3122b..70d8793 100644 --- a/src/property_list_service.h +++ b/src/property_list_service.h | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | #ifndef PROPERTY_LIST_SERVICE_H | 21 | #ifndef PROPERTY_LIST_SERVICE_H |
| 22 | #define PROPERTY_LIST_SERVICE_H | 22 | #define PROPERTY_LIST_SERVICE_H |
| 23 | 23 | ||
| 24 | #include "iphone.h" | 24 | #include "idevice.h" |
| 25 | 25 | ||
| 26 | /* Error Codes */ | 26 | /* Error Codes */ |
| 27 | #define PROPERTY_LIST_SERVICE_E_SUCCESS 0 | 27 | #define PROPERTY_LIST_SERVICE_E_SUCCESS 0 |
| @@ -33,7 +33,7 @@ | |||
| 33 | #define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256 | 33 | #define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256 |
| 34 | 34 | ||
| 35 | struct property_list_service_client_int { | 35 | struct property_list_service_client_int { |
| 36 | iphone_connection_t connection; | 36 | idevice_connection_t connection; |
| 37 | }; | 37 | }; |
| 38 | 38 | ||
| 39 | typedef struct property_list_service_client_int *property_list_service_client_t; | 39 | typedef struct property_list_service_client_int *property_list_service_client_t; |
| @@ -41,7 +41,7 @@ typedef struct property_list_service_client_int *property_list_service_client_t; | |||
| 41 | typedef int16_t property_list_service_error_t; | 41 | typedef int16_t property_list_service_error_t; |
| 42 | 42 | ||
| 43 | /* creation and destruction */ | 43 | /* creation and destruction */ |
| 44 | property_list_service_error_t property_list_service_client_new(iphone_device_t device, uint16_t port, property_list_service_client_t *client); | 44 | property_list_service_error_t property_list_service_client_new(idevice_t device, uint16_t port, property_list_service_client_t *client); |
| 45 | property_list_service_error_t property_list_service_client_free(property_list_service_client_t client); | 45 | property_list_service_error_t property_list_service_client_free(property_list_service_client_t client); |
| 46 | 46 | ||
| 47 | /* sending */ | 47 | /* sending */ |
