summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-09-06 14:32:53 +0200
committerGravatar Martin Szulecki2013-09-17 11:43:34 +0200
commitbf150114c64bb0ed6e97edffe0709eea8b2195c2 (patch)
treee4ac0496aba506cab6a25b4788977b0b95140d42
parent838779a5fafb8a11a59106d3ff0807c5ad46eb36 (diff)
downloadlibimobiledevice-bf150114c64bb0ed6e97edffe0709eea8b2195c2.tar.gz
libimobiledevice-bf150114c64bb0ed6e97edffe0709eea8b2195c2.tar.bz2
userpref: Add missing argument docs for device_record_get_certs_as_pem()
-rw-r--r--common/userpref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/userpref.c b/common/userpref.c
index 55ab9c4..231d456 100644
--- a/common/userpref.c
+++ b/common/userpref.c
@@ -1112,6 +1112,7 @@ userpref_error_t userpref_device_record_get_keys_and_certs(const char *udid, gnu
1112 * 1112 *
1113 * @param pem_root_cert The root certificate. 1113 * @param pem_root_cert The root certificate.
1114 * @param pem_host_cert The host certificate. 1114 * @param pem_host_cert The host certificate.
1115 * @param pem_device_cert The device certificate (optional).
1115 * 1116 *
1116 * @return 1 if the certificates were successfully retrieved, 0 otherwise 1117 * @return 1 if the certificates were successfully retrieved, 0 otherwise
1117 */ 1118 */