diff options
| author | 2008-08-11 23:12:21 +0200 | |
|---|---|---|
| committer | 2008-08-31 19:27:19 +0200 | |
| commit | 143a48bd42db0f7aa23517c6d7eec81f19fa9ce3 (patch) | |
| tree | 8a172000d2ca6d7c5cba6ce581e596601f6badd6 /include | |
| parent | bbc6306a24517ebaa1308c782579e028deeb4750 (diff) | |
| download | libimobiledevice-143a48bd42db0f7aa23517c6d7eec81f19fa9ce3.tar.gz libimobiledevice-143a48bd42db0f7aa23517c6d7eec81f19fa9ce3.tar.bz2 | |
use non anonymous structs so we can use opaque type on them
Diffstat (limited to 'include')
| -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); |
