better doxygen for krb5_data_free
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24170 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -52,7 +52,9 @@ krb5_data_zero(krb5_data *p)
|
||||
|
||||
/**
|
||||
* Free the content of krb5_data structure, its ok to free a zeroed
|
||||
* structure. When done, the structure will be zeroed.
|
||||
* structure (with memset() or krb5_data_zero()). When done, the
|
||||
* structure will be zeroed. The same function is called
|
||||
* krb5_free_data_contents() in MIT Kerberos.
|
||||
*
|
||||
* @param p krb5_data to free.
|
||||
*
|
||||
|
Reference in New Issue
Block a user