fix prototype for cc_register
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3884 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,7 +41,9 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
krb5_cc_register(krb5_context context, const krb5_cc_ops *ops, int override)
|
krb5_cc_register(krb5_context context,
|
||||||
|
const krb5_cc_ops *ops,
|
||||||
|
krb5_boolean override)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
if(context->cc_ops == NULL){
|
if(context->cc_ops == NULL){
|
||||||
|
Reference in New Issue
Block a user