summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 3373a6516..ed2ff32e8 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1783,6 +1783,8 @@ struct _krb5_cc_ops {
krb5_flags, krb5_creds *);
krb5_error_code (KRB5_CALLCONV *set_flags) (krb5_context, krb5_ccache,
krb5_flags);
+ krb5_error_code (KRB5_CALLCONV *get_flags) (krb5_context, krb5_ccache,
+ krb5_flags *);
};
extern const krb5_cc_ops *krb5_cc_dfl_ops;