Add krb5_send_to_kdc_func prototype.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18668 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -729,6 +729,12 @@ enum {
|
|||||||
KRB5_KRBHST_FLAGS_LARGE_MSG = 2
|
KRB5_KRBHST_FLAGS_LARGE_MSG = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef krb5_error_code (*krb5_send_to_kdc_func)(krb5_context,
|
||||||
|
void *,
|
||||||
|
krb5_krbhst_info *,
|
||||||
|
const krb5_data *,
|
||||||
|
krb5_data *);
|
||||||
|
|
||||||
/* flags for krb5_parse_name_flags */
|
/* flags for krb5_parse_name_flags */
|
||||||
enum {
|
enum {
|
||||||
KRB5_PRINCIPAL_PARSE_NO_REALM = 1,
|
KRB5_PRINCIPAL_PARSE_NO_REALM = 1,
|
||||||
|
Reference in New Issue
Block a user