aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2009-12-23 21:11:03 +0000
committerSam Hartman <hartmans@mit.edu>2009-12-23 21:11:03 +0000
commit91fc4e12531044ad4ed734332ab74d3e14392e62 (patch)
tree80f4835de162ece31d56677acf93e1e7bd62115e
parentaf2f4ca5428145c11f1635a5be59dc868c0adf28 (diff)
downloadkrb5-91fc4e12531044ad4ed734332ab74d3e14392e62.zip
krb5-91fc4e12531044ad4ed734332ab74d3e14392e62.tar.gz
krb5-91fc4e12531044ad4ed734332ab74d3e14392e62.tar.bz2
Fix prototype
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/anonymous@23513 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/include/krb5/krb5.hin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index fed941e..e94fe67 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2249,6 +2249,7 @@ krb5_get_init_creds_opt_set_canonicalize(krb5_get_init_creds_opt *opt,
* Note that anonymous credentials are only a request; clients must verify that
* credentials are anonymous if that is a requirement.
*/
+void KRB5_CALLCONV
krb5_get_init_creds_opt_set_anonymous(krb5_get_init_creds_opt *opt,
int anonymous);