From: John Kohl Date: Fri, 30 Mar 1990 14:13:34 +0000 (+0000) Subject: move krb5_sendto_kdc, krb5_get_krbhst to libos X-Git-Tag: krb5-1.0-alpha2~956 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52271818227f0e1fa4dd37c0de58eb48f0c772b9;p=krb5.git 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 --- 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