summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1992-08-21 02:48:17 +0000
committerJohn Carr <jfc@mit.edu>1992-08-21 02:48:17 +0000
commitc4d550b79f2c28269183355bf52b21173c1a8644 (patch)
tree4e4662e39a1364c02631f5af743a529eed2939d5 /src/include
parent12136ee5a632f7409102da8694a0b88827fd83a0 (diff)
Add protoype for krb5_walk_realm_tree
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2340 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h19
1 files changed, 19 insertions, 0 deletions
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 <krb5/narrow.h>