From 1d3863c0a78574fb8c85543b51aea2eb9022389b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 7 Aug 1997 22:48:06 +0000 Subject: [PATCH] prototype for krb5_get_default_principal git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2761 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 102d890b1..d6eb2a422 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -1152,6 +1152,10 @@ const char *krb5_get_err_text(krb5_context context, long code); void krb5_init_ets(krb5_context context); +krb5_error_code +krb5_get_default_principal (krb5_context context, + krb5_principal *princ); + /* XXX these are glue functions and really don't belong here */ krb5_error_code krb5_principal2principalname (PrincipalName *p,