diff options
Diffstat (limited to 'include/libiphone')
| -rw-r--r-- | include/libiphone/libiphone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 9e559a1..7a4f224 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -30,8 +30,8 @@ extern "C" { | |||
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | typedef struct iPhone *iPhone_t; | 33 | typedef struct iPhone_s *iPhone_t; |
| 34 | typedef struct lockdownd_client *lockdownd_client_t; | 34 | typedef struct lockdownd_client_s *lockdownd_client_t; |
| 35 | 35 | ||
| 36 | 36 | ||
| 37 | void free_iPhone(iPhone_t victim); | 37 | void free_iPhone(iPhone_t victim); |
