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:
Love Hörnquist Åstrand
2008-12-11 05:11:45 +00:00
parent 1399415ad2
commit 8eb10d7b45

View File

@@ -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.
*