diff options
Diffstat (limited to 'include/libimobiledevice/libimobiledevice.h')
| -rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index 87b078a..73e82fe 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h | |||
| @@ -43,11 +43,11 @@ extern "C" { | |||
| 43 | 43 | ||
| 44 | typedef int16_t idevice_error_t; | 44 | typedef int16_t idevice_error_t; |
| 45 | 45 | ||
| 46 | struct idevice_int; | 46 | typedef struct idevice_private idevice_private; |
| 47 | typedef struct idevice_int *idevice_t; | 47 | typedef idevice_private *idevice_t; /**< The device handle. */ |
| 48 | 48 | ||
| 49 | struct idevice_connection_int; | 49 | typedef struct idevice_connection_private idevice_connection_private; |
| 50 | typedef struct idevice_connection_int *idevice_connection_t; | 50 | typedef idevice_connection_private *idevice_connection_t; /**< The connection handle. */ |
| 51 | 51 | ||
| 52 | /* generic */ | 52 | /* generic */ |
| 53 | void idevice_set_debug_level(int level); | 53 | void idevice_set_debug_level(int level); |
