summaryrefslogtreecommitdiff
path: root/src/lib/ccapi/client/ccache.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-07-17 20:57:49 +0000
committerKen Raeburn <raeburn@mit.edu>2006-07-17 20:57:49 +0000
commitdec35d563a36b4480dac9a6db3d511267fe282ba (patch)
treed183fa573151556aadfc89494c8a255d17a57cb2 /src/lib/ccapi/client/ccache.h
parent92dd81c0e8c4a23f6b17cc695a9bcb45defe1445 (diff)
downloadkrb5-ldap-integ.tar.gz
merge to trunk rev 18332ldap-integ
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ldap-integ@18333 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/client/ccache.h')
-rw-r--r--src/lib/ccapi/client/ccache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ccapi/client/ccache.h b/src/lib/ccapi/client/ccache.h
index 0a92ebf63..255cf2a42 100644
--- a/src/lib/ccapi/client/ccache.h
+++ b/src/lib/ccapi/client/ccache.h
@@ -114,11 +114,11 @@ cc_int_ccache_unlock( cc_ccache_t ccache );
cc_int32
cc_int_ccache_get_last_default_time( cc_ccache_t ccache,
- cc_time* time );
+ cc_time* last_default_tim );
cc_int32
cc_int_ccache_get_change_time( cc_ccache_t ccache,
- cc_time* time );
+ cc_time* change_time );
cc_int32
cc_int_ccache_compare( cc_ccache_t ccache,
@@ -128,12 +128,12 @@ cc_int_ccache_compare( cc_ccache_t ccache,
cc_int32
cc_int_ccache_get_kdc_time_offset( cc_ccache_t ccache,
cc_int32 credentials_version,
- cc_time* time_offset );
+ cc_time* kdc_time_offset );
cc_int32
cc_int_ccache_set_kdc_time_offset( cc_ccache_t ccache,
cc_int32 credentials_version,
- cc_time time_offset );
+ cc_time kdc_time_offset );
cc_int32
cc_int_ccache_clear_kdc_time_offset( cc_ccache_t ccache,