From: Alexandra Ellwood Date: Wed, 25 Jul 2007 19:50:37 +0000 (+0000) Subject: Updated API version to 7 because we added the wait_for_change functions X-Git-Tag: krb5-1.7-alpha1~993 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc4e82e5a193e7ea1ba478f1a4c03e5d2884c0d3;p=krb5.git Updated API version to 7 because we added the wait_for_change functions ticket: 4644 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19732 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/CredentialsCache.h b/src/include/CredentialsCache.h index 43705e571..30e68638e 100644 --- a/src/include/CredentialsCache.h +++ b/src/include/CredentialsCache.h @@ -69,7 +69,8 @@ enum { ccapi_version_4 = 4, ccapi_version_5 = 5, ccapi_version_6 = 6, - ccapi_version_max = ccapi_version_6 + ccapi_version_7 = 7, + ccapi_version_max = ccapi_version_7 }; /* Errors */ @@ -341,7 +342,7 @@ struct cc_context_f { cc_context_t in_compare_to_context, cc_uint32 *out_equal); - cc_int32 (*wait_for_change) (cc_context_t in_cc_context); + cc_int32 (*wait_for_change) (cc_context_t in_cc_context); }; struct cc_ccache_f { @@ -404,7 +405,7 @@ struct cc_ccache_f { cc_int32 (*clear_kdc_time_offset) (cc_ccache_t io_ccache, cc_uint32 in_credentials_version); - cc_int32 (*wait_for_change) (cc_ccache_t in_ccache); + cc_int32 (*wait_for_change) (cc_ccache_t in_ccache); }; struct cc_string_f {