From c47bef7386e4cce70cee66d2e54e0a3b16de7948 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 11 Jul 1997 21:50:19 +0000 Subject: [PATCH] Prototype for krb5_524_conv_principal. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2157 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 44db1b918..d1ab87029 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -722,6 +722,13 @@ krb5_425_conv_principal(krb5_context context, const char *realm, krb5_principal *princ); +krb5_error_code +krb5_524_conv_principal(krb5_context context, + const krb5_principal principal, + char *name, + char *instance, + char *realm); + krb5_error_code krb5_sname_to_principal (krb5_context context, const char *hostname,