From fc6d5405d6aa91361fca6c620e7e3cac331f7cee Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Fri, 15 Jun 2012 11:16:36 -0400 Subject: Document version for new API functions --- src/include/krb5/krb5.hin | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 67d67e2d79..4d2864c2a7 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 */ -- cgit