summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/lockdown.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h
index 4f87235..fba5b9e 100644
--- a/include/libimobiledevice/lockdown.h
+++ b/include/libimobiledevice/lockdown.h
@@ -276,7 +276,7 @@ lockdownd_error_t lockdownd_receive(lockdownd_client_t client, plist_t *plist);
276/** 276/**
277 * Pairs the device using the supplied pair record. 277 * Pairs the device using the supplied pair record.
278 * 278 *
279 * @param client The lockdown client to pair with. 279 * @param client The lockdown client
280 * @param pair_record The pair record to use for pairing. If NULL is passed, then 280 * @param pair_record The pair record to use for pairing. If NULL is passed, then
281 * the pair records from the current machine are used. New records will be 281 * the pair records from the current machine are used. New records will be
282 * generated automatically when pairing is done for the first time. 282 * generated automatically when pairing is done for the first time.
@@ -295,7 +295,7 @@ lockdownd_error_t lockdownd_pair(lockdownd_client_t client, lockdownd_pair_recor
295 * lockdownd preference named TrustedHostAttached. Otherwise the host must be 295 * lockdownd preference named TrustedHostAttached. Otherwise the host must be
296 * paired using lockdownd_pair() first. 296 * paired using lockdownd_pair() first.
297 * 297 *
298 * @param client The lockdown client to pair with. 298 * @param client The lockdown client
299 * @param pair_record The pair record to validate pairing with. If NULL is 299 * @param pair_record The pair record to validate pairing with. If NULL is
300 * passed, then the pair record is read from the internal pairing record 300 * passed, then the pair record is read from the internal pairing record
301 * management. 301 * management.
@@ -312,7 +312,7 @@ lockdownd_error_t lockdownd_validate_pair(lockdownd_client_t client, lockdownd_p
312 * Unpairs the device with the given HostID and removes the pairing records 312 * Unpairs the device with the given HostID and removes the pairing records
313 * from the device and host if the internal pairing record management is used. 313 * from the device and host if the internal pairing record management is used.
314 * 314 *
315 * @param client The lockdown client to pair with. 315 * @param client The lockdown client
316 * @param pair_record The pair record to use for unpair. If NULL is passed, then 316 * @param pair_record The pair record to use for unpair. If NULL is passed, then
317 * the pair records from the current machine are used. 317 * the pair records from the current machine are used.
318 * 318 *