summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)