From 6bd01e43fa59d4d6b422bba43416a1bb6ecc4544 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 7 Apr 2008 11:46:23 +0000 Subject: [PATCH] export SCACHE cc ops. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22812 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 50773dd6f..521afb4ed 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -686,6 +686,7 @@ extern const krb5_cc_ops krb5_acc_ops; extern const krb5_cc_ops krb5_fcc_ops; extern const krb5_cc_ops krb5_mcc_ops; extern const krb5_cc_ops krb5_kcm_ops; +extern const krb5_cc_ops krb5_scc_ops; extern const krb5_kt_ops krb5_fkt_ops; extern const krb5_kt_ops krb5_wrfkt_ops; -- 2.11.4.GIT