diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-03-08 01:04:08 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-03-08 01:04:08 +0000 |
| commit | 4f7713802fc75f1fe85255e94d4932b3bbb2de4f (patch) | |
| tree | 2d768a46afc7a4b68d4fd4d30a5cfd9cdc141d87 /src/lib/krb5/ccache/ccbase.c | |
| parent | 731056fb3afd5f83f94f7ac48af049d39fed58e1 (diff) | |
| download | krb5-4f7713802fc75f1fe85255e94d4932b3bbb2de4f.tar.gz krb5-4f7713802fc75f1fe85255e94d4932b3bbb2de4f.tar.xz krb5-4f7713802fc75f1fe85255e94d4932b3bbb2de4f.zip | |
Ported the ccache directory to the PC. This is temporary--eventually we'll
use the in-memory solution from k4.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5081 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/ccbase.c')
| -rw-r--r-- | src/lib/krb5/ccache/ccbase.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/ccbase.c b/src/lib/krb5/ccache/ccbase.c index 6bdd049ef4..c86212c321 100644 --- a/src/lib/krb5/ccache/ccbase.c +++ b/src/lib/krb5/ccache/ccbase.c @@ -39,7 +39,7 @@ static struct krb5_cc_typelist *cc_typehead = 0; * If override is set, replace any existing ccache with that type tag */ -krb5_error_code +krb5_error_code INTERFACE krb5_cc_register(context, ops, override) krb5_context context; krb5_cc_ops *ops; @@ -73,7 +73,8 @@ krb5_cc_register(context, ops, override) * particular cache type. */ -krb5_error_code krb5_cc_resolve (context, name, cache) +krb5_error_code INTERFACE +krb5_cc_resolve (context, name, cache) krb5_context context; char *name; krb5_ccache *cache; |
