summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-03 17:33:38 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-03 17:33:38 +0000
commitfaf579aa1979ebe23d612218d368db2ee36c222e (patch)
tree5c7433a524b0596c4edb796103b5c2375dead19b /src
parentb84a47c76e795da98ce00b4ccd6be04ec34f8723 (diff)
downloadkrb5-faf579aa1979ebe23d612218d368db2ee36c222e.tar.gz
krb5-faf579aa1979ebe23d612218d368db2ee36c222e.tar.xz
krb5-faf579aa1979ebe23d612218d368db2ee36c222e.zip
l protos
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@708 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/krb/int-proto.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
index bc8888ea8..bb5fe68ac 100644
--- a/src/lib/krb5/krb/int-proto.h
+++ b/src/lib/krb5/krb/int-proto.h
@@ -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__ */