summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/file/fcc-proto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index 67f6f87b8..288d4aa26 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -92,8 +92,7 @@ krb5_error_code krb5_fcc_store_flags PROTOTYPE((krb5_ccache id , krb5_flags *f )
krb5_error_code krb5_fcc_store_addrs PROTOTYPE((krb5_ccache id , krb5_address ** ));
krb5_error_code krb5_fcc_store_addr PROTOTYPE((krb5_ccache id , krb5_address * ));
-/* fcc_test.c */
-void init_test_cred PROTOTYPE((void ));
-
+/* fcc_errs.c */
+krb5_error_code krb5_fcc_interpret PROTOTYPE((int ));
#endif /* KRB5_FCC_PROTO__ */