diff options
Diffstat (limited to 'src/lib/krb5/keytab/read_servi.c')
-rw-r--r-- | src/lib/krb5/keytab/read_servi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/keytab/read_servi.c b/src/lib/krb5/keytab/read_servi.c index 5ed735b16..77db43d86 100644 --- a/src/lib/krb5/keytab/read_servi.c +++ b/src/lib/krb5/keytab/read_servi.c @@ -43,7 +43,7 @@ * returns: Either KSUCCESS or error code. * errors: error code if not found or keyprocarg is invalid. */ -krb5_error_code +krb5_error_code INTERFACE krb5_kt_read_service_key(context, keyprocarg, principal, vno, keytype, key) krb5_context context; krb5_pointer keyprocarg; |