summaryrefslogtreecommitdiffstats
path: root/include/libiphone/libiphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libiphone/libiphone.h')
-rw-r--r--include/libiphone/libiphone.h1
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;
77typedef struct iphone_afc_file_int *iphone_afc_file_t; 77typedef struct iphone_afc_file_int *iphone_afc_file_t;
78 78
79//device related functions 79//device related functions
80void iphone_set_debug(int level);
80iphone_error_t iphone_get_device ( iphone_device_t *device ); 81iphone_error_t iphone_get_device ( iphone_device_t *device );
81iphone_error_t iphone_free_device ( iphone_device_t device ); 82iphone_error_t iphone_free_device ( iphone_device_t device );
82 83