diff options
| author | 2008-10-19 01:21:42 -0700 | |
|---|---|---|
| committer | 2008-10-25 14:48:06 +0200 | |
| commit | 37fff2713545f7d660097842acfeb67e6eb5026c (patch) | |
| tree | 515e1dee12fa7f79482c793e2b945942d9a00c30 /include | |
| parent | 76816c9fa6cd80fd7050977607403f6f8bbf0eba (diff) | |
| download | libimobiledevice-37fff2713545f7d660097842acfeb67e6eb5026c.tar.gz libimobiledevice-37fff2713545f7d660097842acfeb67e6eb5026c.tar.bz2 | |
Draft HAL
Fix fdi file
Diffstat (limited to 'include')
| -rw-r--r-- | include/libiphone/libiphone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 2e66b5d..1a62e9d 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -77,6 +77,7 @@ struct iphone_afc_file_int; | |||
| 77 | typedef struct iphone_afc_file_int *iphone_afc_file_t; | 77 | typedef struct iphone_afc_file_int *iphone_afc_file_t; |
| 78 | 78 | ||
| 79 | //device related functions | 79 | //device related functions |
| 80 | void iphone_set_debug(int level); | ||
| 80 | iphone_error_t iphone_get_device ( iphone_device_t *device ); | 81 | iphone_error_t iphone_get_device ( iphone_device_t *device ); |
| 81 | iphone_error_t iphone_free_device ( iphone_device_t device ); | 82 | iphone_error_t iphone_free_device ( iphone_device_t device ); |
| 82 | 83 | ||
