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:
Love Hörnquist Åstrand
2003-09-30 17:33:50 +00:00
parent c1cf2654de
commit fb67a350b5

View File

@@ -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;