summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/libimobiledevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/libimobiledevice.h')
-rw-r--r--include/libimobiledevice/libimobiledevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h
index b7a20d8..8705fc8 100644
--- a/include/libimobiledevice/libimobiledevice.h
+++ b/include/libimobiledevice/libimobiledevice.h
@@ -95,7 +95,7 @@ idevice_error_t idevice_event_subscribe(idevice_event_cb_t callback, void *user_
95 * 95 *
96 * @return IDEVICE_E_SUCCESS on success or an error value when an error occured. 96 * @return IDEVICE_E_SUCCESS on success or an error value when an error occured.
97 */ 97 */
98idevice_error_t idevice_event_unsubscribe(); 98idevice_error_t idevice_event_unsubscribe(void);
99 99
100/* discovery (synchronous) */ 100/* discovery (synchronous) */
101 101