more prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-15 15:24:18 +00:00
parent 0890701979
commit 0a975b3091
3 changed files with 24 additions and 0 deletions

View File

@@ -3,6 +3,13 @@
#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);
krb5_error_code
krb5_cc_resolve(krb5_context context,
const char *residual,