krb5 commit: Document version for new API functions

Zhanna A Tsitkova tsitkova at MIT.EDU
Fri Jun 15 11:18:41 EDT 2012


https://github.com/krb5/krb5/commit/fc6d5405d6aa91361fca6c620e7e3cac331f7cee
commit fc6d5405d6aa91361fca6c620e7e3cac331f7cee
Author: Zhanna Tsitkov <tsitkova at mit.edu>
Date:   Fri Jun 15 11:16:36 2012 -0400

    Document version for new API functions

 src/include/krb5/krb5.hin |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 67d67e2..4d2864c 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2636,6 +2636,8 @@ krb5_cccol_cursor_free(krb5_context context, krb5_cccol_cursor *cursor);
  *
  * @param [in]  context         Library context
  *
+ * @version First introduced in 1.11
+ *
  * @retval 0 Credentials are available in the collection
  * @retval KRB5_CC_NOTFOUND The collection contains no credentials
  */
@@ -2889,6 +2891,8 @@ krb5_kt_end_seq_get(krb5_context context, krb5_keytab keytab,
  * @param [in]  context         Library context
  * @param [in]  keytab          Key table handle
  *
+ * @version First introduced in 1.11
+ *
  * @retval 0 Keytab exists and contains entries
  * @retval KRB5_KT_NOTFOUND Keytab does not contain entries
  */


More information about the cvs-krb5 mailing list