diff options
Diffstat (limited to 'src/property_list_service.h')
| -rw-r--r-- | src/property_list_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property_list_service.h b/src/property_list_service.h index 70d8793..037f9aa 100644 --- a/src/property_list_service.h +++ b/src/property_list_service.h | |||
| @@ -32,11 +32,11 @@ | |||
| 32 | 32 | ||
| 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_private { |
| 36 | idevice_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_private *property_list_service_client_t; |
| 40 | 40 | ||
| 41 | typedef int16_t property_list_service_error_t; | 41 | typedef int16_t property_list_service_error_t; |
| 42 | 42 | ||
