l protos
authorJohn Kohl <jtkohl@mit.edu>
Thu, 3 May 1990 17:33:38 +0000 (17:33 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 3 May 1990 17:33:38 +0000 (17:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@708 dc483132-0cff-0310-8789-dd5450dbe970

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

index bc8888ea8be914784ad77828753baedb8f7a62ce..bb5fe68acaf5644c9e430bc475416c5de09ca909 100644 (file)
@@ -16,8 +16,8 @@
 #ifndef KRB5_INT_FUNC_PROTO__
 #define KRB5_INT_FUNC_PROTO__
 krb5_error_code krb5_tgtname
-    PROTOTYPE((krb5_principal,
-              krb5_principal,
+    PROTOTYPE((const krb5_data *,
+              const krb5_data *,
               krb5_principal *));
 krb5_error_code krb5_get_cred_via_tgt
     PROTOTYPE((krb5_creds *,
@@ -27,11 +27,11 @@ krb5_error_code krb5_get_cred_via_tgt
               krb5_address * const *,
               krb5_creds * ));
 krb5_error_code krb5_walk_realm_tree
-    PROTOTYPE((krb5_principal,
-              krb5_principal,
+    PROTOTYPE((const krb5_principal,
+              const krb5_principal,
               krb5_principal **));
-krb5_error_code krb5_free_realm_tree
-    PROTOTYPE((krb5_principal *));
+void krb5_free_realm_tree
+    PROTOTYPE((const krb5_principal *));
 
 #endif /* KRB5_INT_FUNC_PROTO__ */