summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-03-30 14:13:34 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-03-30 14:13:34 +0000
commit52271818227f0e1fa4dd37c0de58eb48f0c772b9 (patch)
treefb4722b3533e3a3afe7dada39b6755cbfaaee297 /src/include
parented0e1aaa6f498128e9d3afb7a1c02748ed7a3898 (diff)
move krb5_sendto_kdc, krb5_get_krbhst to libos
fix proto for krb5_get_cred_from_kdc add krb5_copy_cred, krb5_copy_data, krb5_copy_principal git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@432 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index 85398ce18..f0429f369 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -55,12 +55,9 @@ krb5_error_code krb5_send_tgs
krb5_data *,
krb5_creds *,
krb5_response * ));
-krb5_error_code krb5_sendto_kdc
- PROTOTYPE((krb5_data *,
- krb5_data *,
- krb5_data * ));
krb5_error_code krb5_get_cred_from_kdc
- PROTOTYPE((krb5_creds *,
+ PROTOTYPE((krb5_ccache,
+ krb5_creds *,
krb5_creds *** ));
krb5_error_code krb5_free_tgt_creds
PROTOTYPE((krb5_creds ** ));
@@ -186,11 +183,6 @@ krb5_error_code krb5_aname_to_localname
PROTOTYPE((krb5_principal,
int,
char * ));
-krb5_error_code krb5_get_krbhst
- PROTOTYPE((krb5_data *,
- char *** ));
-krb5_error_code krb5_free_krbhst
- PROTOTYPE((char ** ));
krb5_boolean krb5_address_search
PROTOTYPE((krb5_address *,
krb5_address **));
@@ -205,6 +197,15 @@ int krb5_fulladdr_order
krb5_error_code krb5_copy_keyblock
PROTOTYPE((krb5_keyblock *,
krb5_keyblock *));
+krb5_error_code krb5_copy_cred
+ PROTOTYPE((krb5_creds *,
+ krb5_creds **));
+krb5_error_code krb5_copy_data
+ PROTOTYPE((krb5_data *,
+ krb5_data **));
+krb5_error_code krb5_copy_principal
+ PROTOTYPE((krb5_principal,
+ krb5_principal *));
/* libkt.spec */
krb5_error_code krb5_kt_register