From 19bd9bc97c0424c2ab3446edca18ead52c6c47a4 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 28 Nov 1990 10:26:15 +0000 Subject: [PATCH] Added declaration of krb5_cc_file_ops git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1514 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc-proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h index 1b2376ebe..a8317c58f 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -78,6 +78,7 @@ krb5_error_code krb5_fcc_skip_principal PROTOTYPE((krb5_ccache id )); krb5_error_code krb5_fcc_set_flags PROTOTYPE((krb5_ccache id , krb5_flags flags )); /* fcc_ops.c */ +extern krb5_cc_ops krb5_cc_file_ops; /* fcc_write.c */ krb5_error_code krb5_fcc_write PROTOTYPE((krb5_ccache id , krb5_pointer buf , int len )); -- 2.26.2