summaryrefslogtreecommitdiffstats
path: root/src/ccapi/lib/ccapi_ccache.h
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-02-06 20:22:32 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-02-06 20:22:32 +0000
commit266fde72702c39317d6a82c2aaf3de460bee633c (patch)
tree770029e09506e2cb93d0a9a967485cd0ba60b27f /src/ccapi/lib/ccapi_ccache.h
parentd0f3352470a2226dc3df7c36b41d0eedcb8e9a77 (diff)
downloadkrb5-266fde72702c39317d6a82c2aaf3de460bee633c.tar.gz
krb5-266fde72702c39317d6a82c2aaf3de460bee633c.tar.xz
krb5-266fde72702c39317d6a82c2aaf3de460bee633c.zip
Need CCAPI v2 support for Windows
Added initial checkin of CCAPI v2 shim layer. ticket: new status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20220 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/lib/ccapi_ccache.h')
-rw-r--r--src/ccapi/lib/ccapi_ccache.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ccapi/lib/ccapi_ccache.h b/src/ccapi/lib/ccapi_ccache.h
index 82a9f6c1c..73091b7a0 100644
--- a/src/ccapi/lib/ccapi_ccache.h
+++ b/src/ccapi/lib/ccapi_ccache.h
@@ -96,4 +96,11 @@ cc_int32 ccapi_ccache_set_kdc_time_offset (cc_ccache_t io_ccache,
cc_int32 ccapi_ccache_clear_kdc_time_offset (cc_ccache_t io_ccache,
cc_uint32 in_credentials_version);
+cc_int32 cci_ccache_get_compat_version (cc_ccache_t in_ccache,
+ cc_uint32 *out_compat_version);
+
+cc_int32 cci_ccache_set_compat_version (cc_ccache_t io_ccache,
+ cc_uint32 in_compat_version);
+
+
#endif /* CCAPI_CCACHE_H */