From bf150114c64bb0ed6e97edffe0709eea8b2195c2 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 6 Sep 2013 14:32:53 +0200 Subject: userpref: Add missing argument docs for device_record_get_certs_as_pem() --- common/userpref.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/userpref.c') 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 * * @param pem_root_cert The root certificate. * @param pem_host_cert The host certificate. + * @param pem_device_cert The device certificate (optional). * * @return 1 if the certificates were successfully retrieved, 0 otherwise */ -- cgit v1.1-32-gdbae