diff options
author | Keith Vetter <keithv@fusion.com> | 1995-02-22 10:20:52 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-02-22 10:20:52 +0000 |
commit | fe95127912511c67ae6825f3f2107ed2c0bfa6f6 (patch) | |
tree | b0d7294ef2b51bd122d311e7c4dc52624d4d3ad6 /src/lib/krb5/keytab/read_servi.c | |
parent | 3e3a8c56a716c68d6086a4dc552b07186a849b27 (diff) | |
download | krb5-fe95127912511c67ae6825f3f2107ed2c0bfa6f6.tar.gz krb5-fe95127912511c67ae6825f3f2107ed2c0bfa6f6.tar.xz krb5-fe95127912511c67ae6825f3f2107ed2c0bfa6f6.zip |
Converted krb/keytab to work on the PC. Mostly just adding the windows
INTERFACE keyword to all functions and prototypes.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4973 dc483132-0cff-0310-8789-dd5450dbe970
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; |