From c4d550b79f2c28269183355bf52b21173c1a8644 Mon Sep 17 00:00:00 2001 From: John Carr Date: Fri, 21 Aug 1992 02:48:17 +0000 Subject: [PATCH] Add protoype for krb5_walk_realm_tree git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2340 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 39ea7e919..35a9a9667 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -182,6 +182,10 @@ krb5_error_code krb5_build_principal_va PROTOTYPE((krb5_principal *, int, const char *, va_list)); #endif +krb5_error_code krb5_425_conv_principal + PROTOTYPE((const char *name, const char *instance, const char *realm, + krb5_principal *princ)); + /* libkt.spec */ krb5_error_code krb5_kt_register PROTOTYPE((krb5_kt_ops * )); @@ -420,6 +424,21 @@ krb5_error_code krb5_recvauth PROTOTYPE((krb5_pointer, krb5_authenticator **)); +#ifdef NARROW_PROTOTYPES +krb5_error_code krb5_walk_realm_tree + PROTOTYPE((const krb5_data *, + const krb5_data *, + krb5_principal **, + char)); +#else +krb5_error_code krb5_walk_realm_tree + PROTOTYPE((const krb5_data *, + const krb5_data *, + krb5_principal **, + int)); +#endif + +#define KRB5_REALM_BRANCH_CHAR '.' #include -- 2.26.2