diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-03-28 17:02:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-03-28 17:02:13 +0000 |
commit | 49af073ed77202a54dfdd773cbcbbf7835c75baf (patch) | |
tree | b180dbeab238a3d30b8d99d05c9cf0e30fbadd5a /lib/krb5/krb5-protos.h | |
parent | d684f11da759490a8d98d7b790796106285f4084 (diff) |
heimdal: Vendor import 7.7.0vendor/heimdal/7.7.0
Diffstat (limited to 'lib/krb5/krb5-protos.h')
-rw-r--r-- | lib/krb5/krb5-protos.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/krb5/krb5-protos.h b/lib/krb5/krb5-protos.h index a312e070fefb..fb2e0eabe140 100644 --- a/lib/krb5/krb5-protos.h +++ b/lib/krb5/krb5-protos.h @@ -6483,6 +6483,18 @@ krb5_principal_get_type ( krb5_const_principal /*principal*/); /** + * Returns true iff name is WELLKNOWN/ANONYMOUS + * + * @ingroup krb5_principal + */ + +KRB5_LIB_FUNCTION krb5_boolean KRB5_LIB_CALL +krb5_principal_is_anonymous ( + krb5_context /*context*/, + krb5_const_principal /*p*/, + unsigned int /*flags*/); + +/** * Returns true iff name is an WELLKNOWN:ORG.H5L.HOSTBASED-SERVICE * * @ingroup krb5_principal |