summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 15:38:36 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 15:38:36 +0000
commit37dacdfaf438f6bcee3f90077aafd65f5cd80b1c (patch)
tree4c62f5052b6224138fef36e6c68297a3ce5ae3dc /src
parent51cdfb7a34d76666e25fb10ba074c4af7748e0e2 (diff)
add krb5_fcc_interpret
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1033 dc483132-0cff-0310-8789-dd5450dbe970
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__ */