get_version returns an int, update
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22985 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -815,7 +815,7 @@ acc_set_flags(krb5_context context,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static krb5_error_code
|
static int
|
||||||
acc_get_version(krb5_context context,
|
acc_get_version(krb5_context context,
|
||||||
krb5_ccache id)
|
krb5_ccache id)
|
||||||
{
|
{
|
||||||
|
@@ -757,7 +757,7 @@ fcc_set_flags(krb5_context context,
|
|||||||
return 0; /* XXX */
|
return 0; /* XXX */
|
||||||
}
|
}
|
||||||
|
|
||||||
static krb5_error_code
|
static int
|
||||||
fcc_get_version(krb5_context context,
|
fcc_get_version(krb5_context context,
|
||||||
krb5_ccache id)
|
krb5_ccache id)
|
||||||
{
|
{
|
||||||
|
@@ -823,7 +823,7 @@ kcm_set_flags(krb5_context context,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static krb5_error_code
|
static int
|
||||||
kcm_get_version(krb5_context context,
|
kcm_get_version(krb5_context context,
|
||||||
krb5_ccache id)
|
krb5_ccache id)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user