aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/in_tkt_sky.c
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-02-27 21:32:03 +0000
committerKeith Vetter <keithv@fusion.com>1995-02-27 21:32:03 +0000
commit95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812 (patch)
treeb4b2023082ca92739186a016fae37de6df6a37d5 /src/lib/krb5/krb/in_tkt_sky.c
parent80746975a8bb5a124447ea359ccfb179afe69704 (diff)
downloadkrb5-95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812.zip
krb5-95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812.tar.gz
krb5-95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812.tar.bz2
Converted the krb5/krb directory to work under windows. Mostly added the
windows INTERFACE keyword to functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5002 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/in_tkt_sky.c')
-rw-r--r--src/lib/krb5/krb/in_tkt_sky.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/in_tkt_sky.c b/src/lib/krb5/krb/in_tkt_sky.c
index a0ccb15..54c4a2b 100644
--- a/src/lib/krb5/krb/in_tkt_sky.c
+++ b/src/lib/krb5/krb/in_tkt_sky.c
@@ -40,6 +40,14 @@ struct skey_keyproc_arg {
* "keyseed" is actually a krb5_keyblock *, or NULL if we should fetch
* from system area.
*/
+krb5_error_code INTERFACE skey_keyproc
+ PROTOTYPE((krb5_context,
+ const krb5_keytype,
+ krb5_data *,
+ krb5_const_pointer,
+ krb5_keyblock **));
+
+krb5_error_code INTERFACE
skey_keyproc(context, type, salt, keyseed, key)
krb5_context context;
const krb5_keytype type;
@@ -92,7 +100,7 @@ skey_keyproc(context, type, salt, keyseed, key)
returns system errors, encryption errors
*/
-krb5_error_code
+krb5_error_code INTERFACE
krb5_get_in_tkt_with_skey(context, options, addrs, etypes, pre_auth_types,
key, ccache, creds, ret_as_reply)
krb5_context context;