clean-up and mcache

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2728 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-07 20:19:38 +00:00
parent 71a0cf93ea
commit a67f65dc8a

View File

@@ -41,10 +41,6 @@
#ifndef __CACHE_H__
#define __CACHE_H__
void
krb5_free_ccache(krb5_context context,
krb5_ccache val);
krb5_error_code
krb5_cc_register(krb5_context context, krb5_cc_ops *ops, int override);
@@ -53,6 +49,11 @@ krb5_cc_resolve(krb5_context context,
const char *residual,
krb5_ccache *id);
krb5_error_code
krb5_cc_gen_new(krb5_context context,
krb5_cc_ops *ops,
krb5_ccache *id);
char *
krb5_cc_get_name (krb5_context context,
krb5_ccache id);
@@ -137,4 +138,8 @@ krb5_cc_end_seq_get (krb5_context context,
krb5_ccache id,
krb5_cc_cursor *cursor);
extern krb5_cc_ops fcc_ops;
extern krb5_cc_ops mcc_ops;
#endif /* __CACHE_H__ */