aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/fcc-proto.h
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/lib/krb5/ccache/file/fcc-proto.h
parent51cdfb7a34d76666e25fb10ba074c4af7748e0e2 (diff)
downloadkrb5-37dacdfaf438f6bcee3f90077aafd65f5cd80b1c.zip
krb5-37dacdfaf438f6bcee3f90077aafd65f5cd80b1c.tar.gz
krb5-37dacdfaf438f6bcee3f90077aafd65f5cd80b1c.tar.bz2
add krb5_fcc_interpret
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1033 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/file/fcc-proto.h')
-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 67f6f87..288d4aa 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__ */