add krb5_acc_ops

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14093 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-08-06 16:01:07 +00:00
parent 97fd731a78
commit cb6d60695f

View File

@@ -682,6 +682,7 @@ typedef struct krb5_verify_opt {
#define KRB5_VERIFY_LREALMS 1 #define KRB5_VERIFY_LREALMS 1
#define KRB5_VERIFY_NO_ADDRESSES 2 #define KRB5_VERIFY_NO_ADDRESSES 2
extern const krb5_cc_ops krb5_acc_ops;
extern const krb5_cc_ops krb5_fcc_ops; extern const krb5_cc_ops krb5_fcc_ops;
extern const krb5_cc_ops krb5_mcc_ops; extern const krb5_cc_ops krb5_mcc_ops;