more prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user