From: Ken Raeburn Date: Wed, 28 Nov 1990 10:27:10 +0000 (+0000) Subject: Added declaration of krb5_scc_ops X-Git-Tag: krb5-1.0-alpha3~78 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb252c70778922418aee4cf685d34ce330af9ab4;p=krb5.git Added declaration of krb5_scc_ops git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1515 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 ));