From ea8353794d68255b43cb8b0bdfcb50035baf6452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 17:13:03 +0000 Subject: [PATCH] Add flags for krb5_unparse_name_flags git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18538 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 503de55a4..cc7741898 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -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;