summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5_32.def
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-06-14 13:53:09 -0400
committerGreg Hudson <ghudson@mit.edu>2012-06-15 00:15:37 -0400
commit85afc74759792cfd3ed53daa7f42bce11ca4c536 (patch)
treefce51b46d6cdd18b776a3d82bdf8ff6e20fd8adf /src/lib/krb5_32.def
parent2cef3fc6eae96643604e322f998176c6fae89c12 (diff)
downloadkrb5-85afc74759792cfd3ed53daa7f42bce11ca4c536.tar.gz
krb5-85afc74759792cfd3ed53daa7f42bce11ca4c536.tar.xz
krb5-85afc74759792cfd3ed53daa7f42bce11ca4c536.zip
Add krb5_cccol_have_content API
Add a new API to determine whether any krb5 credentials are available in the ccache collection. Add tests to t_cccol.py. ticket: 7173 (new)
Diffstat (limited to 'src/lib/krb5_32.def')
-rw-r--r--src/lib/krb5_32.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def
index 54fd081de6..08653ed42c 100644
--- a/src/lib/krb5_32.def
+++ b/src/lib/krb5_32.def
@@ -428,3 +428,4 @@ EXPORTS
; new in 1.11 (note that 399-400 are used above)
krb5_chpw_message @398
krb5_kt_have_content @401
+ krb5_cccol_have_content @402