summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/installation_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/installation_proxy.h')
-rw-r--r--include/libimobiledevice/installation_proxy.h2
1 files changed, 1 insertions, 1 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 */
282plist_t instproxy_client_options_new(); 282plist_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.