summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-08-30 08:44:27 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-08-31 20:59:17 +0200
commita5f1653651fc58a3ab8f2442b60932b711d3a02e (patch)
tree160f41ab5a1fe43105e4f4ba5fcfa27ba5e7306e /lib/krb5_wrap
parente77c5ac01959ed9bbb44e9d91bd42b8a212cc010 (diff)
downloadsamba-a5f1653651fc58a3ab8f2442b60932b711d3a02e.tar.gz
krb5_wrap: Improve smb_krb5_principal_set_type() documentation
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/krb5_wrap')
-rw-r--r--lib/krb5_wrap/krb5_samba.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c
index b7b21c51493..a27ccd4a28d 100644
--- a/lib/krb5_wrap/krb5_samba.c
+++ b/lib/krb5_wrap/krb5_samba.c
@@ -2843,13 +2843,14 @@ int smb_krb5_principal_get_type(krb5_context context,
}
/**
-* @brief Set the type of a krb5_principal
-*
-* @param context The krb5_context
-* @param principal The const krb5_principal
-* @param type The principal type
-*
-*/
+ * @brief Set the type of a principal
+ *
+ * @param[in] context The library context
+ *
+ * @param[inout] principal The principal to set the type for.
+ *
+ * @param[in] type The principal type to set.
+ */
void smb_krb5_principal_set_type(krb5_context context,
krb5_principal principal,
int type)