diff options
Diffstat (limited to 'include/libiphone')
| -rw-r--r-- | include/libiphone/libiphone.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index d5dda15..a4b8b12 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -28,12 +28,20 @@ extern "C" { | |||
| 28 | 28 | ||
| 29 | #include <sys/types.h> | 29 | #include <sys/types.h> |
| 30 | 30 | ||
| 31 | struct iph_device_int; | ||
| 32 | typedef iph_device_int *iph_device_t; | ||
| 31 | 33 | ||
| 32 | typedef void* iph_device_t; | 34 | struct iph_lckd_client_int; |
| 33 | typedef void* iph_lckd_client_t; | 35 | typedef iph_lckd_client_int *iph_lckd_client_t; |
| 34 | typedef void* iph_umux_client_t; | 36 | |
| 35 | typedef void* iph_afc_client_t; | 37 | struct iph_umux_client_int; |
| 36 | typedef void* iph_afc_file_t; | 38 | typedef iph_umux_client_int *iph_umux_client_t; |
| 39 | |||
| 40 | struct iph_afc_client_int; | ||
| 41 | typedef iph_afc_client_int *iph_afc_client_t; | ||
| 42 | |||
| 43 | struct iph_afc_file_int; | ||
| 44 | typedef iph_afc_file_int *iph_afc_file_t; | ||
| 37 | 45 | ||
| 38 | //device related functions | 46 | //device related functions |
| 39 | int iph_get_device ( iph_device_t *device ); | 47 | int iph_get_device ( iph_device_t *device ); |
