flags for krb5_krbhst_init_flags (and krb5_send_to_kdc_flags)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12927 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -698,6 +698,11 @@ typedef struct krb5_krbhst_info {
|
||||
char hostname[1]; /* has to come last */
|
||||
} krb5_krbhst_info;
|
||||
|
||||
/* flags for krb5_krbhst_init_flags (and krb5_send_to_kdc_flags) */
|
||||
enum {
|
||||
KRB5_KRBHST_FLAGS_MASTER = 1,
|
||||
KRB5_KRBHST_FLAGS_LARGE_MSG = 2
|
||||
};
|
||||
|
||||
struct credentials; /* this is to keep the compiler happy */
|
||||
struct getargs;
|
||||
|
Reference in New Issue
Block a user