diff options
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 */ |
