diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2006-07-10 18:52:37 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2006-07-10 18:52:37 +0000 |
| commit | 8b833a42b92a095018093dd14ee487a32935d067 (patch) | |
| tree | 76ecc2884fb5ceed348da1ab91450604f145916a /src/lib/ccapi/client/ccache.h | |
| parent | 0eb148db5bbbaa4c741caa65d78f3e965105ce40 (diff) | |
| download | krb5-8b833a42b92a095018093dd14ee487a32935d067.tar.gz krb5-8b833a42b92a095018093dd14ee487a32935d067.tar.xz krb5-8b833a42b92a095018093dd14ee487a32935d067.zip | |
Fixed up warnings and whitespace issues which were confusing the
Xcode auto-indenter.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18326 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/client/ccache.h')
| -rw-r--r-- | src/lib/ccapi/client/ccache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ccapi/client/ccache.h b/src/lib/ccapi/client/ccache.h index 0a92ebf63d..255cf2a421 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, |
