diff options
| -rw-r--r-- | include/libimobiledevice/installation_proxy.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index f76ee68..67307e2 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h | |||
| @@ -279,7 +279,7 @@ instproxy_error_t instproxy_remove_archive(instproxy_client_t client, const char | |||
| 279 | * | 279 | * |
| 280 | * @return A new plist_t of type PLIST_DICT. | 280 | * @return A new plist_t of type PLIST_DICT. |
| 281 | */ | 281 | */ |
| 282 | plist_t instproxy_client_options_new(); | 282 | plist_t instproxy_client_options_new(void); |
| 283 | 283 | ||
| 284 | /** | 284 | /** |
| 285 | * Add one or more new key:value pairs to the given client_options. | 285 | * Add one or more new key:value pairs to the given client_options. |
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 | */ |
| 98 | idevice_error_t idevice_event_unsubscribe(); | 98 | idevice_error_t idevice_event_unsubscribe(void); |
| 99 | 99 | ||
| 100 | /* discovery (synchronous) */ | 100 | /* discovery (synchronous) */ |
| 101 | 101 | ||
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index 3c0d576..b01e431 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -321,7 +321,7 @@ void mobilesync_anchors_free(mobilesync_anchors_t anchors); | |||
| 321 | * | 321 | * |
| 322 | * @return A new plist_t of type PLIST_DICT. | 322 | * @return A new plist_t of type PLIST_DICT. |
| 323 | */ | 323 | */ |
| 324 | plist_t mobilesync_actions_new(); | 324 | plist_t mobilesync_actions_new(void); |
| 325 | 325 | ||
| 326 | /** | 326 | /** |
| 327 | * Add one or more new key:value pairs to the given actions plist. | 327 | * Add one or more new key:value pairs to the given actions plist. |
