[vlc-commits] keystore: improve documentation
Thomas Guillem
git at videolan.org
Wed Jan 25 09:24:06 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jan 25 09:17:21 2017 +0100| [6c79a286271b2ece475f59c47fbe8ad93233e6a0] | committer: Thomas Guillem
keystore: improve documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c79a286271b2ece475f59c47fbe8ad93233e6a0
---
include/vlc_keystore.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/include/vlc_keystore.h b/include/vlc_keystore.h
index 5d143df..0af15eb 100644
--- a/include/vlc_keystore.h
+++ b/include/vlc_keystore.h
@@ -163,9 +163,11 @@ struct vlc_credential
{
/** url to store or to search */
const vlc_url_t *p_url;
- /** http realm or smb domain */
+ /** http realm or smb domain to search, can be overridden after a call to
+ * vlc_credential_get() */
const char *psz_realm;
- /** http authtype */
+ /** http authtype to search, can be overridden after a call to
+ * vlc_credential_get() */
const char *psz_authtype;
/** valid only if vlc_credential_get() returned true */
const char *psz_username;
More information about the vlc-commits
mailing list