diff options
Diffstat (limited to 'include/libiphone/libiphone.h')
| -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 7d9c223..53be73f 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -83,6 +83,7 @@ typedef struct iphone_np_client_int *iphone_np_client_t; | |||
| 83 | //device related functions | 83 | //device related functions |
| 84 | void iphone_set_debug(int level); | 84 | void iphone_set_debug(int level); |
| 85 | iphone_error_t iphone_get_device ( iphone_device_t *device ); | 85 | iphone_error_t iphone_get_device ( iphone_device_t *device ); |
| 86 | iphone_error_t iphone_get_specific_device( unsigned int bus_n, int dev_n, iphone_device_t * device ); | ||
| 86 | iphone_error_t iphone_free_device ( iphone_device_t device ); | 87 | iphone_error_t iphone_free_device ( iphone_device_t device ); |
| 87 | 88 | ||
| 88 | 89 | ||
