summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2012-06-15 11:16:36 -0400
committerZhanna Tsitkov <tsitkova@mit.edu>2012-06-15 11:16:36 -0400
commitfc6d5405d6aa91361fca6c620e7e3cac331f7cee (patch)
tree45259774ea71ede0f6d284dfbdd1cd43fb7f97f8 /src
parentcdb50c57f1852dabda4929129e1470e6b334a812 (diff)
downloadkrb5-fc6d5405d6aa91361fca6c620e7e3cac331f7cee.tar.gz
krb5-fc6d5405d6aa91361fca6c620e7e3cac331f7cee.tar.xz
krb5-fc6d5405d6aa91361fca6c620e7e3cac331f7cee.zip
Document version for new API functions
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 67d67e2d7..4d2864c2a 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
*/