diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2007-07-25 19:50:37 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2007-07-25 19:50:37 +0000 |
| commit | bc4e82e5a193e7ea1ba478f1a4c03e5d2884c0d3 (patch) | |
| tree | 77eb2f5216ee23249ff5cbbf2e2541ac346d0665 /src/include/CredentialsCache.h | |
| parent | e623c00ce9df3580e6eb1b0337fe1d9727fb61e6 (diff) | |
| download | krb5-bc4e82e5a193e7ea1ba478f1a4c03e5d2884c0d3.tar.gz krb5-bc4e82e5a193e7ea1ba478f1a4c03e5d2884c0d3.tar.xz krb5-bc4e82e5a193e7ea1ba478f1a4c03e5d2884c0d3.zip | |
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
Diffstat (limited to 'src/include/CredentialsCache.h')
| -rw-r--r-- | src/include/CredentialsCache.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 { |
