Add flags for krb5_unparse_name_flags

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18538 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 17:13:03 +00:00
parent 07b7982d2f
commit ea8353794d

View File

@@ -735,6 +735,12 @@ enum {
KRB5_PRINCIPAL_PARSE_MUST_REALM = 2,
};
/* flags for krb5_unparse_name_flags */
enum {
KRB5_PRINCIPAL_UNPARSE_SHORT = 1,
KRB5_PRINCIPAL_UNPARSE_NO_REALM = 2
};
struct credentials; /* this is to keep the compiler happy */
struct getargs;
struct sockaddr;