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:
Love Hörnquist Åstrand
2008-04-15 15:54:57 +00:00
parent 2a96137bdb
commit 96ece475a2
3 changed files with 3 additions and 3 deletions

View File

@@ -815,7 +815,7 @@ acc_set_flags(krb5_context context,
return 0;
}
static krb5_error_code
static int
acc_get_version(krb5_context context,
krb5_ccache id)
{

View File

@@ -757,7 +757,7 @@ fcc_set_flags(krb5_context context,
return 0; /* XXX */
}
static krb5_error_code
static int
fcc_get_version(krb5_context context,
krb5_ccache id)
{

View File

@@ -823,7 +823,7 @@ kcm_set_flags(krb5_context context,
return ret;
}
static krb5_error_code
static int
kcm_get_version(krb5_context context,
krb5_ccache id)
{