diff options
| author | 2009-07-25 03:07:01 +0200 | |
|---|---|---|
| committer | 2009-07-25 03:07:01 +0200 | |
| commit | 1cfc2748d38eb97100cabced3b282108898099c2 (patch) | |
| tree | bed338cd9ade6ba6f2de902a7e185fab5ff0c91f /src/iphone.h | |
| parent | 5cb9ecc85240102402082c442d561d7350732027 (diff) | |
| download | libimobiledevice-1cfc2748d38eb97100cabced3b282108898099c2.tar.gz libimobiledevice-1cfc2748d38eb97100cabced3b282108898099c2.tar.bz2 | |
Rename iphone_get_device_handle to iphone_device_get_handle and update tools
Diffstat (limited to 'src/iphone.h')
| -rw-r--r-- | src/iphone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iphone.h b/src/iphone.h index 2ed0fba..6e14280 100644 --- a/src/iphone.h +++ b/src/iphone.h | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | 24 | ||
| 25 | #include <stdint.h> | 25 | #include <stdint.h> |
| 26 | 26 | ||
| 27 | #include "libiphone/libiphone.h" | ||
| 28 | |||
| 27 | struct iphone_device_int { | 29 | struct iphone_device_int { |
| 28 | char *buffer; | 30 | char *buffer; |
| 29 | uint32_t handle; | 31 | uint32_t handle; |
