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:
Johan Danielsson
1997-11-10 21:41:49 +00:00
parent d4517740b0
commit 26f01ec809

View File

@@ -41,7 +41,9 @@
RCSID("$Id$");
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;
if(context->cc_ops == NULL){