summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-12-19 01:28:32 +0000
committerKen Raeburn <raeburn@mit.edu>2006-12-19 01:28:32 +0000
commit6adc5cf4c7ed54dfd675b9bfb005ff27e0147891 (patch)
treebcac99fafdae2994cdb2b1f9ce15e8dd3c3e2a7c /src/include
parent9250c55f022bc744da87b723910c78f7c899070e (diff)
downloadkrb5-6adc5cf4c7ed54dfd675b9bfb005ff27e0147891.tar.gz
krb5-6adc5cf4c7ed54dfd675b9bfb005ff27e0147891.tar.xz
krb5-6adc5cf4c7ed54dfd675b9bfb005ff27e0147891.zip
krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn't
modify it. ticket: 5121 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18974 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 9c6fd2311..13ab3fcfe 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -267,7 +267,7 @@ typedef const krb5_principal_data *krb5_const_principal;
/*
* Referral-specific functions.
*/
-krb5_boolean KRB5_CALLCONV krb5_is_referral_realm(krb5_data *);
+krb5_boolean KRB5_CALLCONV krb5_is_referral_realm(const krb5_data *);
/*
* end "base-defs.h"