summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/stdio/scc-proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc-proto.h b/src/lib/krb5/ccache/stdio/scc-proto.h
index a4e8fdda4..e700182ca 100644
--- a/src/lib/krb5/ccache/stdio/scc-proto.h
+++ b/src/lib/krb5/ccache/stdio/scc-proto.h
@@ -82,6 +82,7 @@ krb5_error_code krb5_scc_skip_principal PROTOTYPE((krb5_ccache id ));
krb5_error_code krb5_scc_set_flags PROTOTYPE((krb5_ccache id , krb5_flags flags ));
/* scc_ops.c */
+extern krb5_cc_ops krb5_scc_ops;
/* scc_write.c */
krb5_error_code krb5_scc_write PROTOTYPE((krb5_ccache id , krb5_pointer buf , int len ));