add opaque krb5_krbhst_handle type

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10053 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-06-16 21:53:01 +00:00
parent 79532c577a
commit ac8eb06905

View File

@@ -640,6 +640,9 @@ extern const krb5_kt_ops krb5_any_ops;
#define KPASSWD_PORT 464
/* types for the new krbhst interface */
struct krb5_krbhst_data;
typedef struct krb5_krbhst_data *krb5_krbhst_handle;
#define KRB5_KRBHST_KDC 1
#define KRB5_KRBHST_ADMIN 2
#define KRB5_KRBHST_CHANGEPW 3