diff options
Diffstat (limited to 'include/libimobiledevice/afc.h')
| -rw-r--r-- | include/libimobiledevice/afc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index 5b61499..790df3d 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h | |||
| @@ -83,8 +83,8 @@ typedef enum { | |||
| 83 | AFC_LOCK_UN = 8 | 4 // unlock | 83 | AFC_LOCK_UN = 8 | 4 // unlock |
| 84 | } afc_lock_op_t; | 84 | } afc_lock_op_t; |
| 85 | 85 | ||
| 86 | struct afc_client_int; | 86 | typedef struct afc_client_private afc_client_private; |
| 87 | typedef struct afc_client_int *afc_client_t; | 87 | typedef afc_client_private *afc_client_t; /**< The client handle. */ |
| 88 | 88 | ||
| 89 | /* Interface */ | 89 | /* Interface */ |
| 90 | afc_error_t afc_client_new(idevice_t device, uint16_t port, afc_client_t *client); | 90 | afc_error_t afc_client_new(idevice_t device, uint16_t port, afc_client_t *client); |
