changed interface of walk_rtree (only need realm names, not principals)
authorJohn Kohl <jtkohl@mit.edu>
Mon, 18 Feb 1991 16:42:48 +0000 (16:42 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 18 Feb 1991 16:42:48 +0000 (16:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1722 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/int-proto.h

index 8366192898bd58ec766e8d2435a673f25ea8170e..4bf8522254b5cc173c48869fdb2320a8535cfac7 100644 (file)
@@ -3,7 +3,8 @@
  * $Author$
  * $Id$
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -29,8 +30,8 @@ krb5_error_code krb5_get_cred_via_tgt
               const krb5_cksumtype,
               krb5_creds * ));
 krb5_error_code krb5_walk_realm_tree
-    PROTOTYPE((krb5_const_principal,
-              krb5_const_principal,
+    PROTOTYPE((const krb5_data *,
+              const krb5_data *,
               krb5_principal **));
 void krb5_free_realm_tree
     PROTOTYPE((const krb5_principal *));